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

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


Author: mmichelson
Date: Fri Nov  6 11:04:14 2009
New Revision: 228417

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=228417
Log:
Fix a comment a bit.


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=228417&r1=228416&r2=228417
==============================================================================
--- team/group/CCSS/main/ccss.c (original)
+++ team/group/CCSS/main/ccss.c Fri Nov  6 11:04:14 2009
@@ -2063,7 +2063,7 @@
 		 * and so the retained data in the called party's channel driver is leaked.
 		 *
 		 * 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
+		 * 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.




More information about the svn-commits mailing list