[Dhcp-agent-commits] dhcp-agent dhcp-sysconf.c,1.22,1.23
Status: Alpha
Brought to you by:
actmodern
From: <bk...@us...> - 2002-06-27 19:10:15
|
Update of /cvsroot/dhcp-agent/dhcp-agent In directory usw-pr-cvs1:/tmp/cvs-serv11393 Modified Files: dhcp-sysconf.c Log Message: After successfully cleaning up an option, unflag it. Pointed out by tmh. Index: dhcp-sysconf.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-sysconf.c,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** dhcp-sysconf.c 24 Jun 2002 06:10:54 -0000 1.22 --- dhcp-sysconf.c 27 Jun 2002 19:10:05 -0000 1.23 *************** *** 452,455 **** --- 452,457 ---- error_message("cleanup option: %s: %s", dhcp_options_strings[i], strerror(errno)); + else + sysconf_handlers[i].flag &= ~SYSCONF_DO_CLEANUP; option_convert_handlers[i].free_internal(data); |