Explorar el Código

Variable is_vspecific should not be declared as extern.

AdrianSimionov hace 9 años
padre
commit
8be3cf6d3e
Se han modificado 1 ficheros con 1 adiciones y 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)