dect
/
asterisk
Archived
13
0
Fork 0

fix an uninitialized variable

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@126571 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
rizzo 2008-06-30 15:44:50 +00:00
parent 18d58c7e75
commit 69fe073f95
1 changed files with 1 additions and 0 deletions

View File

@ -5135,6 +5135,7 @@ static int forward_message(struct ast_channel *chan, char *context, struct vm_st
dir = vms->curdir;
curmsg = vms->curmsg;
tmptxtfile[0] = '\0';
while (!res && !valid_extensions) {
int use_directory = 0;
if (ast_test_flag((&globalflags), VM_DIRECFORWARD)) {