[Dhcp-agent-commits] CVS: dhcp-agent dhcp-client.c,1.17,1.18
Status: Alpha
Brought to you by:
actmodern
From: Thamer Al-H. <act...@us...> - 2002-05-19 00:35:42
|
Update of /cvsroot/dhcp-agent/dhcp-agent In directory usw-pr-cvs1:/tmp/cvs-serv24169 Modified Files: dhcp-client.c Log Message: client now correctly downs interface on exit Index: dhcp-client.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-client.c,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** dhcp-client.c 18 May 2002 17:50:49 -0000 1.17 --- dhcp-client.c 19 May 2002 00:35:39 -0000 1.18 *************** *** 168,171 **** --- 168,172 ---- error_message("could not send signal to dhcpclient process."); error_message("maybe it's not running?"); + return; } *************** *** 368,372 **** /* Go in background now before main loop. */ ! if(want_background) { /* are we interactive? if so stay in foreground. */ destroy_dhcp_client_control(dc); --- 369,374 ---- /* Go in background now before main loop. */ ! if(want_background) { /* are we interactive? if so stay in foreground. ! * ... otherwise ... */ destroy_dhcp_client_control(dc); |