Should have moved these lines up in the merge, instead of removing them

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43642 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Tilghman Lesher 19 years ago
parent 84f8e88490
commit 314d85326e

@ -3784,6 +3784,10 @@ static int forward_message(struct ast_channel *chan, char *context, struct vm_st
BODY *body; BODY *body;
char *header_content; char *header_content;
char *temp; char *temp;
char todir[256];
int todircount=0;
int duration;
char fn[256];
#endif #endif
char username[70]=""; char username[70]="";
int res = 0, cmd = 0; int res = 0, cmd = 0;

Loading…
Cancel
Save