issue #5630, #5711, and probably others

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7051 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2005-11-10 23:12:09 +00:00
parent 14d426098e
commit b124b6d649
2 changed files with 2 additions and 1 deletions

2
app.c
View File

@@ -1543,7 +1543,7 @@ int ast_app_parse_options(const struct ast_app_option *options, struct ast_flags
argloc = options[curarg].arg_index;
if (*s == '(') {
/* Has argument */
arg = s;
arg = ++s;
while (*++s && (*s != ')'));
if (*s) {
if (argloc)