automerge commit

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@43813 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Automerge script
2006-09-27 20:01:41 +00:00
parent 97834bbed9
commit 854e0369df
2 changed files with 6 additions and 5 deletions

2
pbx.c
View File

@@ -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;
}
}