summaryrefslogtreecommitdiff
path: root/server/dhcpd.c
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2015-09-16 14:54:13 +0200
committerFrancis Dupont <fdupont@isc.org>2015-09-16 14:54:13 +0200
commit7a6187a84d132e3e221e52e13072420447af6492 (patch)
tree293eca6a43c1624bc7206c40d2f7c8c0bfff257e /server/dhcpd.c
parent1b9c329e42db4a55b3033f49fd8880b181cab940 (diff)
downloadisc-dhcp-7a6187a84d132e3e221e52e13072420447af6492.tar.gz
Fixed spurious #ifndef UNIT_TEST for progname (used outside usage())
Diffstat (limited to 'server/dhcpd.c')
-rw-r--r--server/dhcpd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/server/dhcpd.c b/server/dhcpd.c
index a44e2fa8..f61f1235 100644
--- a/server/dhcpd.c
+++ b/server/dhcpd.c
@@ -95,9 +95,7 @@ int omapi_port;
trace_type_t *trace_srandom;
#endif
-#ifndef UNIT_TEST
char *progname;
-#endif
static isc_result_t verify_addr (omapi_object_t *l, omapi_addr_t *addr) {
return ISC_R_SUCCESS;