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

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Oct 7 14:57:46 CDT 2009


Author: mmichelson
Date: Wed Oct  7 14:57:42 2009
New Revision: 222650

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=222650
Log:
Remove STUB comment. It's not a stub. It's really
not supposed to do anything :)


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=222650&r1=222649&r2=222650
==============================================================================
--- team/group/CCSS/main/ccss.c (original)
+++ team/group/CCSS/main/ccss.c Wed Oct  7 14:57:42 2009
@@ -2085,7 +2085,6 @@
 {
 	struct ast_cc_monitor *mon = monitor;
 	ast_log(LOG_NOTICE, "Calling destructor for monitor %s\n", mon->interface->name);
-	/* STUB */
 	return;
 }
 




More information about the svn-commits mailing list