]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
variable is static
authorAlan T. DeKok <aland@freeradius.org>
Mon, 21 Nov 2016 18:17:41 +0000 (13:17 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 21 Nov 2016 18:17:41 +0000 (13:17 -0500)
src/modules/proto_dhcp/dhcp.c

index 019f09dd03f9934fedec63d2ceb7be4548d4302b..d8c03d5d7f663bcec086d87460fc47c2c120af34 100644 (file)
@@ -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