aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-03 20:35:36 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-03 20:35:36 +0000
commitfe0a1261ddf60636800ce4957299056c43fa48b4 (patch)
treec7aba62003c85078f439cbde2dea6dc1328d9749 /main
parent8127dbd82f09ea845a64d480e137c3c97e5ccfe6 (diff)
Another place this is missing
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@160700 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main')
-rw-r--r--main/manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/manager.c b/main/manager.c
index b9620e4ba..acb2fa68d 100644
--- a/main/manager.c
+++ b/main/manager.c
@@ -1152,7 +1152,7 @@ static int action_getconfig(struct mansession *s, const struct message *m)
}
}
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");