[asterisk-commits] tilghman: trunk r48180 - in /trunk: ./ main/cli.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Fri Dec 1 12:41:02 MST 2006
Author: tilghman
Date: Fri Dec 1 13:41:02 2006
New Revision: 48180
URL: http://svn.digium.com/view/asterisk?view=rev&rev=48180
Log:
Merged revisions 48179 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r48179 | tilghman | 2006-12-01 13:38:59 -0600 (Fri, 01 Dec 2006) | 2 lines
Double-unlock error (reported by blitzrage on IRC)
........
Modified:
trunk/ (props changed)
trunk/main/cli.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/main/cli.c
URL: http://svn.digium.com/view/asterisk/trunk/main/cli.c?view=diff&rev=48180&r1=48179&r2=48180
==============================================================================
--- trunk/main/cli.c (original)
+++ trunk/main/cli.c Fri Dec 1 13:41:02 2006
@@ -1288,7 +1288,6 @@
AST_LIST_LOCK(&helpers);
if (find_cli(e->cmda, 1)) {
- AST_LIST_UNLOCK(&helpers);
ast_log(LOG_WARNING, "Command '%s' already registered (or something close enough)\n", e->_full_cmd);
free(e->_full_cmd);
e->_full_cmd = NULL;
More information about the asterisk-commits
mailing list