From: Ted Lemon Date: Mon, 29 Jun 1998 22:46:53 +0000 (+0000) Subject: Fix typo X-Git-Tag: V2-BETA-1-PATCH-7~60 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c91bae6ef0cc094d6d07475db9368215a4f024d8;p=thirdparty%2Fdhcp.git Fix typo --- diff --git a/includes/dhcpd.h b/includes/dhcpd.h index f8be4254b..6200d2f57 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;