aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-27 01:09:04 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-27 01:09:04 +0000
commit43f790e343b897557c89d2cfeb4f8be1da37eee7 (patch)
tree9ef795c6dfcf6cd535d8270bf1f3ea338ee12d65 /apps
parent425a2fe1dbf79fdd8f8cfa571e3dee01ee81fe98 (diff)
SENTINEL is not defined in 1.6.0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@125684 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 469fdcab4..74e7c581d 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -5371,7 +5371,7 @@ static char *__queues_show(struct mansession *s, int fd, int argc, char **argv)
load_realtime_queue(argv[2]);
}
else if (ast_check_realtime("queues")) {
- struct ast_config *cfg = ast_load_realtime_multientry("queues", "name LIKE", "%", SENTINEL);
+ struct ast_config *cfg = ast_load_realtime_multientry("queues", "name LIKE", "%", (char *) NULL);
char *queuename;
if (cfg) {
for (queuename = ast_category_browse(cfg, NULL); !ast_strlen_zero(queuename); queuename = ast_category_browse(cfg, queuename)) {