[dhcp-agent-commits] dhcp-agent/src dhcp-option.c,1.8,1.9
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2003-08-17 00:58:23
|
Update of /cvsroot/dhcp-agent/dhcp-agent/src In directory sc8-pr-cvs1:/tmp/cvs-serv26790/src Modified Files: dhcp-option.c Log Message: fixed typo Index: dhcp-option.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/src/dhcp-option.c,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** dhcp-option.c 10 Aug 2003 01:23:11 -0000 1.8 --- dhcp-option.c 17 Aug 2003 00:58:20 -0000 1.9 *************** *** 43,47 **** dhcp_opt_attr_t dhcp_opt_attr[] = { ! /* Pad: we never actually handle this here. so sit all handlers to NULL. */ { TAG_DHCP_PAD, sizeof(uint8_t), --- 43,47 ---- dhcp_opt_attr_t dhcp_opt_attr[] = { ! /* Pad: we never actually handle this here. so set all handlers to NULL. */ { TAG_DHCP_PAD, sizeof(uint8_t), |