소스 검색

ncd/modules/net_iptables: make global variable static

ambrop7 13 년 전
부모
커밋
7c571728e8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);
 static void template_free_func (void *vo, int is_error);
 
 
-BEventLock iptables_lock;
+static BEventLock iptables_lock;
 
 
 struct instance {
 struct instance {
     NCDModuleInst *i;
     NCDModuleInst *i;