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

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Nov 6 11:08:53 CST 2009


Author: mmichelson
Date: Fri Nov  6 11:08:50 2009
New Revision: 228419

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=228419
Log:
Fix comment again.


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=228419&r1=228418&r2=228419
==============================================================================
--- team/group/CCSS/main/ccss.c (original)
+++ team/group/CCSS/main/ccss.c Fri Nov  6 11:08:50 2009
@@ -2064,9 +2064,7 @@
 		 *
 		 * The way that we deal with this scenario is to traverse the list of dialed
 		 * devices in the agent's interface_tree. Each device will have its monitor instance
-		 * destructor function called directly with a NULL monitor argument. Since the
-		 * core_id will be present, the channel driver writer still will be able to
-		 * find the appropriate information to delete.
+		 * destructor function called directly, even though no monitor was ever created.
 		 */
 		/* Locking is necessary here since a channel thread could possibly be mucking
 		 * with this list while we try to traverse it




More information about the svn-commits mailing list