mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Fix pthread_join on invalid pthread_t
This commit is contained in:
parent
107e565075
commit
ccb4c2cf19
2 changed files with 6 additions and 2 deletions
|
|
@ -31,6 +31,7 @@ class ThreadedActivity {
|
|||
NetworkInterface *iface;
|
||||
u_int32_t periodicity;
|
||||
bool align_to_localtime;
|
||||
bool thread_started;
|
||||
|
||||
u_int32_t roundTime(u_int32_t now, u_int32_t rounder, int32_t offset_from_utc);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue