Explorar o código

ncd/modules/net_iptables: make global variable static

ambrop7 %!s(int64=13) %!d(string=hai) anos
pai
achega
7c571728e8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ncd/modules/net_iptables.c

+ 1 - 1
ncd/modules/net_iptables.c

@@ -108,7 +108,7 @@
 
 static void template_free_func (void *vo, int is_error);
 
-BEventLock iptables_lock;
+static BEventLock iptables_lock;
 
 struct instance {
     NCDModuleInst *i;