]> git.ipfire.org Git - people/ms/dnsmasq.git/blobdiff - src/lease.c
import of dnsmasq-2.53.tar.gz
[people/ms/dnsmasq.git] / src / lease.c
index d312dce5318613fc25c3b9c25aaa08c66aabf6b4..4443cf21c51c6933af2086b8764467baccccb6d0 100644 (file)
@@ -29,11 +29,12 @@ void lease_init(time_t now)
   int clid_len, hw_len, hw_type;
   FILE *leasestream;
   
-  /* These two each hold a DHCP option max size 255
+  /* These each hold a DHCP option max size 255
      and get a terminating zero added */
   daemon->dhcp_buff = safe_malloc(256);
   daemon->dhcp_buff2 = safe_malloc(256); 
-  
+  daemon->dhcp_buff3 = safe_malloc(256);
   leases_left = daemon->dhcp_max;
 
   if (daemon->options & OPT_LEASE_RO)