Fix build for MySQL

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1095 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-06-16 11:15:28 +00:00
parent 0c23127aae
commit 7625719654

View File

@@ -218,7 +218,7 @@ static struct ast_vm_user *find_user(struct ast_vm_user *ivm, char *context, cha
*retval->email='\0';
*retval->pager='\0';
*retval->serveremail='\0';
*retval->attach=-1;
retval->attach=-1;
retval->alloced=1;
retval->next=NULL;
if (mailbox) {