mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
AST-2009-005
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@211528 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -129,7 +129,7 @@ static void loopback_parse(char **newexten, char **newcontext, int *priority, ch
|
||||
if (!ast_strlen_zero(con))
|
||||
*newcontext = con;
|
||||
if (!ast_strlen_zero(pri))
|
||||
sscanf(pri, "%d", priority);
|
||||
sscanf(pri, "%30d", priority);
|
||||
}
|
||||
|
||||
static int loopback_exists(struct ast_channel *chan, const char *context, const char *exten, int priority, const char *callerid, const char *data)
|
||||
|
Reference in New Issue
Block a user