mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-24 14:56:58 +00:00
fix an uninitialized variable
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@126571 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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)) {
|
||||
|
Reference in New Issue
Block a user