From: Alan T. DeKok Date: Mon, 21 Nov 2016 18:17:41 +0000 (-0500) Subject: variable is static X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63eeeead6c0f9992d1fce992f84d191ca9ebb628;p=thirdparty%2Ffreeradius-server.git variable is static --- diff --git a/src/modules/proto_dhcp/dhcp.c b/src/modules/proto_dhcp/dhcp.c index 019f09dd03f..d8c03d5d7f6 100644 --- a/src/modules/proto_dhcp/dhcp.c +++ b/src/modules/proto_dhcp/dhcp.c @@ -59,7 +59,7 @@ RCSID("$Id$") # define INADDR_BROADCAST INADDR_NONE #endif -fr_dict_attr_t const *dhcp_option_82; +static fr_dict_attr_t const *dhcp_option_82; /* @todo: this is a hack */ # define DEBUG if (fr_debug_lvl && fr_log_fp) fr_printf_log