Rename message queue functions

This commit is contained in:
vemax78
2013-11-24 17:09:07 +01:00
parent f0c5146563
commit 33099da3b7
5 changed files with 10 additions and 10 deletions

View File

@ -523,7 +523,7 @@ void* ac_session_thread(void* param) {
capwap_logging_debug("Session end");
/* Notify terminate thread */
ac_session_msgqueue_notify_closethread(threadid);
ac_msgqueue_notify_closethread(threadid);
/* Thread exit */
pthread_exit(NULL);