[asterisk-commits] tilghman: branch tilghman/issue18194 r303460 - /team/tilghman/issue18194/main/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jan 24 02:26:56 CST 2011
Author: tilghman
Date: Mon Jan 24 02:26:52 2011
New Revision: 303460
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=303460
Log:
Missed one from the initial commit
Modified:
team/tilghman/issue18194/main/utils.c
Modified: team/tilghman/issue18194/main/utils.c
URL: http://svnview.digium.com/svn/asterisk/team/tilghman/issue18194/main/utils.c?view=diff&rev=303460&r1=303459&r2=303460
==============================================================================
--- team/tilghman/issue18194/main/utils.c (original)
+++ team/tilghman/issue18194/main/utils.c Mon Jan 24 02:26:52 2011
@@ -782,7 +782,7 @@
return;
lock = lock_info->locks[i].lock_addr;
- lt = &lock->track;
+ lt = lock->track;
ast_reentrancy_lock(lt);
for (j = 0; *str && j < lt->reentrancy; j++) {
ast_str_append(str, 0, "=== --- ---> Locked Here: %s line %d (%s)\n",
More information about the asterisk-commits
mailing list