[asterisk-commits] trunk - r8020 /trunk/apps/app_queue.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Thu Jan 12 13:01:36 CST 2006
Author: bweschke
Date: Thu Jan 12 13:01:35 2006
New Revision: 8020
URL: http://svn.digium.com/view/asterisk?rev=8020&view=rev
Log:
Remove an unneccessary unlock and do away with the error msg about not being able to unlock the lock. #6201
Modified:
trunk/apps/app_queue.c
Modified: trunk/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_queue.c?rev=8020&r1=8019&r2=8020&view=diff
==============================================================================
--- trunk/apps/app_queue.c (original)
+++ trunk/apps/app_queue.c Thu Jan 12 13:01:35 2006
@@ -1323,7 +1323,6 @@
if (found)
break;
}
- ast_mutex_unlock(&qlock);
return found;
}
More information about the asterisk-commits
mailing list