mirror of
https://github.com/rsmarples/dhcpcd.git
synced 2024-11-23 18:14:09 +08:00
Remove accidental commit.
This commit is contained in:
parent
c33041b050
commit
e0328e42a7
4
ipv6nd.c
4
ipv6nd.c
@ -1166,10 +1166,10 @@ ipv6nd_proberouter(void *arg)
|
||||
pi.ipi6_ifindex = rap->iface->index;
|
||||
memcpy(CMSG_DATA(cm), &pi, sizeof(pi));
|
||||
|
||||
//#ifdef DEBUG_NS
|
||||
#ifdef DEBUG_NS
|
||||
syslog(LOG_INFO, "%s: sending IPv6 NS for %s",
|
||||
rap->iface->name, rap->sfrom);
|
||||
//#endif
|
||||
#endif
|
||||
if (sendmsg(ctx->nd_fd, &ctx->sndhdr, 0) == -1) {
|
||||
syslog(LOG_ERR, "%s: %s: sendmsg: %m",
|
||||
rap->iface->name, __func__);
|
||||
|
Loading…
Reference in New Issue
Block a user