From: Roy Marples Date: Sun, 20 Jul 2008 15:56:01 +0000 (+0000) Subject: Don't re-up the interface - user may have brought it down. X-Git-Tag: v4.0.2~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f864457988a8696da5c5626db9eece94bb95ad64;p=thirdparty%2Fdhcpcd.git Don't re-up the interface - user may have brought it down. --- diff --git a/client.c b/client.c index 1f011e8d..387c626f 100644 --- a/client.c +++ b/client.c @@ -1240,7 +1240,6 @@ handle_timeout(struct if_state *state, const struct options *options) timerclear(&state->stop); /* FALLTHROUGH */ case STATE_INIT: - up_interface(iface->name); do_socket(state, SOCKET_OPEN); state->xid = arc4random(); state->nakoff = 1;