]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Remove debug
authorRoy Marples <roy@marples.name>
Wed, 30 Apr 2014 14:14:03 +0000 (14:14 +0000)
committerRoy Marples <roy@marples.name>
Wed, 30 Apr 2014 14:14:03 +0000 (14:14 +0000)
dhcpcd.c

index 8d2ed3263b5619b3838cccc3b214e33967c33d9e..2927dfc08f1a0ea919f7bef13009ac97222aa501 100644 (file)
--- a/dhcpcd.c
+++ b/dhcpcd.c
@@ -350,7 +350,6 @@ configure_interface1(struct interface *ifp)
                    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)