mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 11:19:16 +02:00
lldp: fix multiple access to argument in logging macro
Fixes:630de288d2('lldp: add libnm-lldp as fork of systemd's sd_lldp_rx') (cherry picked from commit4365de5226) (cherry picked from commita1c18ce20d) (cherry picked from commit9905bcdcb7)
This commit is contained in:
parent
d3434e82be
commit
20bb384bf9
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ struct _NMLldpRX {
|
||||||
NMLldpRX *_lldp_rx = (lldp_rx); \
|
NMLldpRX *_lldp_rx = (lldp_rx); \
|
||||||
\
|
\
|
||||||
if (_NMLOG2_ENABLED(_level)) { \
|
if (_NMLOG2_ENABLED(_level)) { \
|
||||||
_nm_log(level, \
|
_nm_log(_level, \
|
||||||
_NMLOG2_DOMAIN, \
|
_NMLOG2_DOMAIN, \
|
||||||
0, \
|
0, \
|
||||||
_lldp_rx->config.log_ifname, \
|
_lldp_rx->config.log_ifname, \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue