[svn-commits] qwell: trunk r160700 - /trunk/main/manager.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Dec 3 14:35:37 CST 2008


Author: qwell
Date: Wed Dec  3 14:35:36 2008
New Revision: 160700

URL: http://svn.digium.com/view/asterisk?view=rev&rev=160700
Log:
Another place this is missing

Modified:
    trunk/main/manager.c

Modified: trunk/main/manager.c
URL: http://svn.digium.com/view/asterisk/trunk/main/manager.c?view=diff&rev=160700&r1=160699&r2=160700
==============================================================================
--- trunk/main/manager.c (original)
+++ trunk/main/manager.c Wed Dec  3 14:35:36 2008
@@ -1152,7 +1152,7 @@
 		}
 	}
 	if (!ast_strlen_zero(category) && catcount == 0) /* TODO: actually, a config with no categories doesn't even get loaded */
-		astman_append(s, "No categories found");
+		astman_append(s, "No categories found\r\n");
 	ast_config_destroy(cfg);
 	astman_append(s, "\r\n");
 




More information about the svn-commits mailing list