We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af7ec8 commit fa776adCopy full SHA for fa776ad
Makefile.in
@@ -41,7 +41,7 @@ clean: mclean lclean
41
-rm -f *.so *.o modules.order version.h
42
43
snmp_NETFLOW.so: snmp_NETFLOW.c
44
- $(CC) `net-snmp-config --cflags` -fPIC -shared -g -O0 -o $@ $< `net-snmp-config --libs`
+ $(CC) `net-snmp-config --cflags` -fPIC -shared -o $@ $< `net-snmp-config --libs`
45
46
sinstall: | snmp_NETFLOW.so IPT-NETFLOW-MIB.my
47
@echo " *"
snmp_NETFLOW.c
@@ -296,7 +296,7 @@ static int iptNetflowModule_handler(
296
struct snmp_vars *sys;
297
oid obj;
298
char buf[225];
299
- char *p;
+ char *p = NULL;
300
long value;
301
302
obj = request->requestvb->name[request->requestvb->name_length - 2];
0 commit comments