PERFORCE change 66284 for review

Sam Leffler sam at FreeBSD.org
Thu Dec 2 15:36:24 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=66284

Change 66284 by sam at sam_ebb on 2004/12/02 23:36:06

	add missing set of old parameters before EXPIRE on client
	deassociate

Affected files ...

.. //depot/projects/wifi/sbin/dhclient/dhclient.c#6 edit

Differences ...

==== //depot/projects/wifi/sbin/dhclient/dhclient.c#6 (text+ko) ====

@@ -257,6 +257,7 @@
 			 * notification or an associate event.
 			 */
 			script_init("EXPIRE", NULL);
+			script_write_params("old_", ifi->client->active);
 			if (ifi->client->alias)
 				script_write_params("alias_",
 					ifi->client->alias);


More information about the p4-projects mailing list