git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Another small fix in a build script.
[stg.git]
/
projects
/
stargazer
/
plugins
/
capture
/
nfqueue
/
nfqueue.cpp
diff --git
a/projects/stargazer/plugins/capture/nfqueue/nfqueue.cpp
b/projects/stargazer/plugins/capture/nfqueue/nfqueue.cpp
index 6a339523bc381416308692d0d3f446aee9a28143..68f7270caff0aafe4256c8fb63a9f76390052504 100644
(file)
--- a/
projects/stargazer/plugins/capture/nfqueue/nfqueue.cpp
+++ b/
projects/stargazer/plugins/capture/nfqueue/nfqueue.cpp
@@
-98,6
+98,8
@@
NFQ_CAP::NFQ_CAP()
nonstop(false),
isRunning(false),
queueNumber(0),
nonstop(false),
isRunning(false),
queueNumber(0),
+ nfqHandle(NULL),
+ queueHandle(NULL),
traffCnt(NULL),
logger(GetPluginLogger(GetStgLogger(), "cap_nfqueue"))
{
traffCnt(NULL),
logger(GetPluginLogger(GetStgLogger(), "cap_nfqueue"))
{