[svn-commits] mmichelson: branch group/CCSS r227682 - /team/group/CCSS/main/ccss.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Nov 4 11:49:44 CST 2009


Author: mmichelson
Date: Wed Nov  4 11:49:40 2009
New Revision: 227682

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=227682
Log:
Add comment clarifying why there is no unref of the parent_monitor
in a specific case.


Modified:
    team/group/CCSS/main/ccss.c

Modified: team/group/CCSS/main/ccss.c
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS/main/ccss.c?view=diff&rev=227682&r1=227681&r2=227682
==============================================================================
--- team/group/CCSS/main/ccss.c (original)
+++ team/group/CCSS/main/ccss.c Wed Nov  4 11:49:40 2009
@@ -2960,6 +2960,9 @@
 		return -1;
 	}
 
+	/* This invocation of pass_failure_up will result in the parent_monitor 
+	 * being unreffed properly, so we don't have to do it here.
+	 */
 	pass_failure_up(parent_monitor, link_iter, core_id);
 
 	return 0;




More information about the svn-commits mailing list