PERFORCE change 66280 for review
    Sam Leffler 
    sam at FreeBSD.org
       
    Thu Dec  2 14:49:25 PST 2004
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=66280
Change 66280 by sam at sam_ebb on 2004/12/02 22:49:01
	use EXPIRE instead of FAIL when handling deassocation
Affected files ...
.. //depot/projects/wifi/sbin/dhclient/dhclient.c#5 edit
Differences ...
==== //depot/projects/wifi/sbin/dhclient/dhclient.c#5 (text+ko) ====
@@ -256,7 +256,7 @@
 			 * state and then wait for either a link down
 			 * notification or an associate event.
 			 */
-			script_init("FAIL", NULL);
+			script_init("EXPIRE", NULL);
 			if (ifi->client->alias)
 				script_write_params("alias_",
 					ifi->client->alias);
    
    
More information about the p4-projects
mailing list