From: Francis Dupont Date: Wed, 16 Sep 2015 12:54:13 +0000 (+0200) Subject: Fixed spurious #ifndef UNIT_TEST for progname (used outside usage()) X-Git-Tag: v4_3_4~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a6187a84d132e3e221e52e13072420447af6492;p=thirdparty%2Fdhcp.git Fixed spurious #ifndef UNIT_TEST for progname (used outside usage()) --- diff --git a/server/dhcpd.c b/server/dhcpd.c index a44e2fa8b..f61f12352 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;