[svn-commits] branch 1.2 - r7960 /branches/1.2/pbx.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Tue Jan 10 22:19:23 CST 2006
Author: russell
Date: Tue Jan 10 22:19:21 2006
New Revision: 7960
URL: http://svn.digium.com/view/asterisk?rev=7960&view=rev
Log:
fix locking error - lock instead of unlock
Modified:
branches/1.2/pbx.c
Modified: branches/1.2/pbx.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/pbx.c?rev=7960&r1=7959&r2=7960&view=diff
==============================================================================
--- branches/1.2/pbx.c (original)
+++ branches/1.2/pbx.c Tue Jan 10 22:19:21 2006
@@ -2029,7 +2029,7 @@
cblist = cblist->next;
}
- ast_mutex_lock(&hintlock);
+ ast_mutex_unlock(&hintlock);
return -1;
}
More information about the svn-commits
mailing list