git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Patch from SpiderX <spiderx@spiderx.dp.ua> - convertor -> sgconv
[stg.git]
/
projects
/
stargazer
/
plugins
/
capture
/
ether_linux
/
ether_cap.cpp
diff --git
a/projects/stargazer/plugins/capture/ether_linux/ether_cap.cpp
b/projects/stargazer/plugins/capture/ether_linux/ether_cap.cpp
index 69761722c3e1a0abadaf23f4fc7b5bd6220ac479..6ed2e0680627c18ef6e5e3a426b393832f2a648f 100644
(file)
--- a/
projects/stargazer/plugins/capture/ether_linux/ether_cap.cpp
+++ b/
projects/stargazer/plugins/capture/ether_linux/ether_cap.cpp
@@
-97,7
+97,7
@@
if (EthCapOpen() < 0)
nonstop = true;
-if (pthread_create(&thread, NULL, Run, this)
== 0
)
+if (pthread_create(&thread, NULL, Run, this))
{
errorStr = "Cannot create thread.";
logger("Cannot create thread.");