projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b147256
)
Another place this is missing
author
Jason Parker
<jparker@digium.com>
Wed, 3 Dec 2008 20:35:36 +0000
(20:35 +0000)
committer
Jason Parker
<jparker@digium.com>
Wed, 3 Dec 2008 20:35:36 +0000
(20:35 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@160700
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
main/manager.c
patch
|
blob
|
history
diff --git
a/main/manager.c
b/main/manager.c
index
b9620e4
..
acb2fa6
100644
(file)
--- 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");