mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user