Fix printing of sockaddr prefixes in verbose mode.
PR: bin/122403 Submitted by: az MFC after: 3 days
This commit is contained in:
parent
196afaa91c
commit
d4f2098b47
@ -1187,7 +1187,7 @@ rtmsg(cmd, flags)
|
||||
#define NEXTADDR(w, u) \
|
||||
if (rtm_addrs & (w)) {\
|
||||
l = SA_SIZE(&(u.sa)); memmove(cp, &(u), l); cp += l;\
|
||||
if (verbose) sodump(&(u),"u");\
|
||||
if (verbose) sodump(&(u),#u);\
|
||||
}
|
||||
|
||||
errno = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user