]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Fix typo
authorTed Lemon <source@isc.org>
Mon, 29 Jun 1998 22:46:53 +0000 (22:46 +0000)
committerTed Lemon <source@isc.org>
Mon, 29 Jun 1998 22:46:53 +0000 (22:46 +0000)
includes/dhcpd.h

index f8be4254bcbfc54bef137a11d487b811bf41a1a0..6200d2f57f7397f2c4128e06473c58e2418a55ef 100644 (file)
@@ -155,7 +155,7 @@ struct lease_state {
 
        struct tree_cache *options [256];
        u_int32_t expiry, renewal, rebind;
-       char filename [DHCP_FILE_LEN]
+       char filename [DHCP_FILE_LEN];
        char *server_name;
 
        struct iaddr from;