]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Don't re-up the interface - user may have brought it down.
authorRoy Marples <roy@marples.name>
Sun, 20 Jul 2008 15:56:01 +0000 (15:56 +0000)
committerRoy Marples <roy@marples.name>
Sun, 20 Jul 2008 15:56:01 +0000 (15:56 +0000)
client.c

index 1f011e8d86491374e212be9e310991170a11df9e..387c626f1fbb7df5d8cc26db4168cba1cae625c7 100644 (file)
--- 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;