git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41545 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2006-08-31 04:19:54 +00:00
parent 42fc890acc
commit badabb5bb9

View File

@@ -115,7 +115,7 @@ static int regex(struct ast_channel *chan, char *cmd, char *parse, char *buf,
int errcode;
regex_t regexbuf;
buf[0] = '0';
buf[0] = '\0';
AST_NONSTANDARD_APP_ARGS(args, parse, '"');