[dhcp-agent-commits] dhcp-agent/src dhcp-server-conf.c,1.8,1.9
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2003-07-20 05:51:38
|
Update of /cvsroot/dhcp-agent/dhcp-agent/src In directory sc8-pr-cvs1:/tmp/cvs-serv1529/src Modified Files: dhcp-server-conf.c Log Message: fixes to server conf code Index: dhcp-server-conf.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/src/dhcp-server-conf.c,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** dhcp-server-conf.c 15 Jul 2003 10:56:34 -0000 1.8 --- dhcp-server-conf.c 20 Jul 2003 05:51:35 -0000 1.9 *************** *** 326,329 **** --- 326,330 ---- default: ERROR_MESSAGE("illegal directive specified in a range lease definition"); + return 1; } } |