mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
Fix Nullpointer
This commit is contained in:
parent
b58e852333
commit
5faea7f237
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ void daemon_shutdown()
|
|||
pthread_cancel(tid_probe);
|
||||
pthread_cancel(tid_client);
|
||||
pthread_cancel(tid_get_client);
|
||||
pthread_cancel(tid_kick_clients);
|
||||
//pthread_cancel(tid_kick_clients);
|
||||
pthread_cancel(tid_ap);
|
||||
|
||||
// free ressources
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue