fix formatting

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@16640 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Luigi Rizzo 2006-03-31 09:53:05 +00:00
parent ad47951739
commit 94b886650c
1 changed files with 2 additions and 1 deletions

View File

@ -229,7 +229,8 @@ static int realtime_exec(struct ast_channel *chan, const char *context, const ch
static int realtime_matchmore(struct ast_channel *chan, const char *context, const char *exten, int priority, const char *callerid, const char *data)
{
REALTIME_COMMON(MODE_MATCHMORE);
if (var) ast_variables_destroy(var);
if (var)
ast_variables_destroy(var);
if (var)
res = 1;
return res > 0 ? res : 0;