summaryrefslogtreecommitdiff
path: root/includes/dhcpd.h
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1998-06-29 22:46:53 +0000
committerTed Lemon <source@isc.org>1998-06-29 22:46:53 +0000
commitc91bae6ef0cc094d6d07475db9368215a4f024d8 (patch)
treec7854fd312516c42016502b1a6d90599b4b6c51d /includes/dhcpd.h
parentcb703401b48db9173f60604a1202d3dc227fd11d (diff)
downloadisc-dhcp-c91bae6ef0cc094d6d07475db9368215a4f024d8.tar.gz
Fix typo
Diffstat (limited to 'includes/dhcpd.h')
-rw-r--r--includes/dhcpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/dhcpd.h b/includes/dhcpd.h
index f8be4254..6200d2f5 100644
--- a/includes/dhcpd.h
+++ b/includes/dhcpd.h
@@ -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;