Explorar o código

Variable is_vspecific should not be declared as extern.

AdrianSimionov %!s(int64=9) %!d(string=hai) anos
pai
achega
8be3cf6d3e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/docsis_decode.c

+ 1 - 1
src/docsis_decode.c

@@ -37,7 +37,7 @@
 #include "docsis_snmp.h"
 #include "ethermac.h"
 
-extern unsigned int is_vspecific = FALSE;
+unsigned int is_vspecific = FALSE;
 
 struct symbol_entry *
 find_symbol_by_code_and_pid (unsigned char code, unsigned int pid)