Mercurial > hg > dhcpcd
changeset 2454:5d965f193b71 draft
Remove debug
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Wed, 30 Apr 2014 14:14:03 +0000 |
| parents | 89e99fec4757 |
| children | b6e215ab7552 |
| files | dhcpcd.c |
| diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/dhcpcd.c Wed Apr 30 14:13:22 2014 +0000 +++ b/dhcpcd.c Wed Apr 30 14:14:03 2014 +0000 @@ -350,7 +350,6 @@ ifp->ctx->options & DHCPCD_IPV6RA_OWN ? 1 : 0); ra_iface = if_checkipv6(ifp->ctx, ifp->name, ifp->options->options & DHCPCD_IPV6RA_OWN ? 1 : 0); - printf ("ra global %d ifp %d\n", ra_global, ra_iface); if (ra_global == -1 || ra_iface == -1) ifo->options &= ~DHCPCD_IPV6RS; else if (ra_iface == 0)
