Mercurial > hg > dhcpcd
changeset 2466:b02e207610c3 draft
Remove accidental commit.
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Sat, 03 May 2014 00:12:19 +0000 |
| parents | 67f5d58621f9 |
| children | 56b4420b0d71 |
| files | ipv6nd.c |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ipv6nd.c Sat May 03 00:11:15 2014 +0000 +++ b/ipv6nd.c Sat May 03 00:12:19 2014 +0000 @@ -1166,10 +1166,10 @@ 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__);
