]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Fixed spurious #ifndef UNIT_TEST for progname (used outside usage())
authorFrancis Dupont <fdupont@isc.org>
Wed, 16 Sep 2015 12:54:13 +0000 (14:54 +0200)
committerFrancis Dupont <fdupont@isc.org>
Wed, 16 Sep 2015 12:54:13 +0000 (14:54 +0200)
server/dhcpd.c

index a44e2fa8b800aa471780db3dd445e22a386303ca..f61f1235272044950560b04761f0bdedea08fa3e 100644 (file)
@@ -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;