[asterisk-commits] jrose: branch jrose/call_identifiers r360623 - /team/jrose/call_identifiers/m...
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Tue Mar 27 10:51:52 CDT 2012
    
    
  
Author: jrose
Date: Tue Mar 27 10:51:48 2012
New Revision: 360623
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=360623
Log:
very minor stuff
Modified:
    team/jrose/call_identifiers/main/logger.c
Modified: team/jrose/call_identifiers/main/logger.c
URL: http://svnview.digium.com/svn/asterisk/team/jrose/call_identifiers/main/logger.c?view=diff&rev=360623&r1=360622&r2=360623
==============================================================================
--- team/jrose/call_identifiers/main/logger.c (original)
+++ team/jrose/call_identifiers/main/logger.c Tue Mar 27 10:51:48 2012
@@ -1277,10 +1277,10 @@
 	}
 
 	if (!(*pointing)) {
+		/* callid will be unreffed at thread destruction */
 		ast_callid_ref(callid);
 		*pointing = callid;
 		ast_log(LOG_DEBUG, "CALL_ID [C-%08x] bound to thread.\n", callid->call_identifier);
-		/* callid will be unreffed at thread destruction */
 	} else {
 		ast_log(LOG_WARNING, "Attempted to ast_callid_threadassoc_add on thread already associated with a callid.\n");
 		return 1;
    
    
More information about the asterisk-commits
mailing list