aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-27 20:01:41 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-27 20:01:41 +0000
commit7f38a926e0b91afec30b1befc969ded7033eade7 (patch)
tree6b1a6f63b58d20b8dd5dc3a662b69d0ed272ae38 /pbx.c
parentc2f3b48b643a3ba37c05f17be5133a8ccf7ad033 (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@43813 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx.c')
-rw-r--r--pbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx.c b/pbx.c
index cfa93195e..f48e6b27a 100644
--- a/pbx.c
+++ b/pbx.c
@@ -5745,7 +5745,7 @@ static int pbx_builtin_background(struct ast_channel *chan, void *data)
break;
default:
ast_log(LOG_WARNING, "Background requires an argument (filename)\n");
- break;
+ return -1;
}
}