[svn-commits] mmichelson: trunk r123541 - /trunk/main/astobj2.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jun 17 16:33:40 CDT 2008


Author: mmichelson
Date: Tue Jun 17 16:33:40 2008
New Revision: 123541

URL: http://svn.digium.com/view/asterisk?view=rev&rev=123541
Log:
Put quotes around "test"


Modified:
    trunk/main/astobj2.c

Modified: trunk/main/astobj2.c
URL: http://svn.digium.com/view/asterisk/trunk/main/astobj2.c?view=diff&rev=123541&r1=123540&r2=123541
==============================================================================
--- trunk/main/astobj2.c (original)
+++ trunk/main/astobj2.c Tue Jun 17 16:33:40 2008
@@ -935,7 +935,7 @@
 		 * right here so that when the container is unreffed later, the
 		 * objects will be freed
 		 */
-		ao2_t_ref(obj, -1, test);
+		ao2_t_ref(obj, -1, "test");
 	}
 	ast_cli(a->fd, "testing callbacks\n");
 	ao2_t_callback(c1, 0, print_cb, &a->fd,"test callback");




More information about the svn-commits mailing list