diff options
author | Ted Lemon <source@isc.org> | 1999-07-13 18:46:06 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 1999-07-13 18:46:06 +0000 |
commit | 48dae492a9d7b25c58ea4424312ec80567c92864 (patch) | |
tree | b5d928f9e444e9ab9f420531cdf1de70152bb1a1 /server | |
parent | 7300722032e1fd44bb06433a0bc37d6a00dc95a9 (diff) | |
download | isc-dhcp-48dae492a9d7b25c58ea4424312ec80567c92864.tar.gz |
Pull up 1.101
Diffstat (limited to 'server')
-rw-r--r-- | server/dhcp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/dhcp.c b/server/dhcp.c index 35625f0c..79d5290a 100644 --- a/server/dhcp.c +++ b/server/dhcp.c @@ -22,7 +22,7 @@ #ifndef lint static char copyright[] = -"$Id: dhcp.c,v 1.100 1999/07/06 20:35:54 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; +"$Id: dhcp.c,v 1.100.2.1 1999/07/13 18:46:06 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -348,7 +348,7 @@ void dhcpinform (packet) struct option_state *options = (struct option_state *)0; struct dhcp_packet raw; struct packet outgoing; - char dhcpack = DHCPACK; + unsigned char dhcpack = DHCPACK; struct subnet *subnet; struct iaddr cip; int i, j, nulltp; |