dect
/
asterisk
Archived
13
0
Fork 0

Merged revisions 316331 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r316331 | russell | 2011-05-03 16:41:11 -0500 (Tue, 03 May 2011) | 2 lines
  
  Resolve another warning.
........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@316333 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2011-05-03 21:48:40 +00:00
parent e72d647594
commit 2fb017e5af
1 changed files with 1 additions and 1 deletions

View File

@ -1229,7 +1229,7 @@ static int sendmail(struct minivm_template *template, struct minivm_account *vmu
struct ast_tm tm;
struct minivm_zone *the_zone = NULL;
struct ast_channel *ast;
char *finalfilename;
char *finalfilename = "";
struct ast_str *str1 = ast_str_create(16), *str2 = ast_str_create(16);
char *fromaddress;
char *fromemail;