changeset 2486:ce30b6f4c921 draft

Don't set probe state here.
author Roy Marples <roy@marples.name>
date Fri, 16 May 2014 15:02:58 +0000
parents 50a9a63ba0fe
children 72b5524c9b30
files dhcp.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dhcp.c	Thu May 15 12:02:03 2014 +0000
+++ b/dhcp.c	Fri May 16 15:02:58 2014 +0000
@@ -2486,7 +2486,6 @@
 			state->claims = 0;
 			state->probes = 0;
 			state->conflicts = 0;
-			state->state = DHS_PROBE;
 			arp_probe(iface);
 			return;
 		}