From: Roy Marples Date: Wed, 19 Jun 2013 10:06:54 +0000 (+0000) Subject: Arrived interfaces should share the same commandline options. X-Git-Tag: v6.0.0~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f164d58639822600865bb554bf773459d1e2a7d5;p=thirdparty%2Fdhcpcd.git Arrived interfaces should share the same commandline options. --- diff --git a/dhcpcd.c b/dhcpcd.c index 0ded685c..627085c7 100644 --- a/dhcpcd.c +++ b/dhcpcd.c @@ -560,7 +560,7 @@ handle_interface(int action, const char *ifname) TAILQ_REMOVE(ifs, ifp, next); TAILQ_INSERT_TAIL(ifaces, ifp, next); } - init_state(ifp, 0, NULL); + init_state(ifp, margc, margv); start_interface(ifp); }