summaryrefslogtreecommitdiff
path: root/flowtop.c
diff options
context:
space:
mode:
Diffstat (limited to 'flowtop.c')
-rw-r--r--flowtop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flowtop.c b/flowtop.c
index b9d32cc..3e55079 100644
--- a/flowtop.c
+++ b/flowtop.c
@@ -1111,7 +1111,7 @@ static void *collector(void *null)
flow_list_destroy(&flow_list);
nfct_close(handle);
- pthread_exit(0);
+ pthread_exit(NULL);
}
int main(int argc, char **argv)