mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 07:18:15 +00:00
Merged revisions 70677 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r70677 | file | 2007-06-21 09:58:36 -0400 (Thu, 21 Jun 2007) | 2 lines Fix building with ODBC storage enabled. (issue #10025 reported by denisgalvao) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@70678 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1751,6 +1751,8 @@ static int last_message_index(struct ast_vm_user *vmu, char *dir)
|
||||
return x - 1;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
static int vm_delete(char *file)
|
||||
{
|
||||
char *txt;
|
||||
@@ -1769,8 +1771,6 @@ static int vm_delete(char *file)
|
||||
return ast_filedelete(file, NULL);
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
static int inbuf(struct baseio *bio, FILE *fi)
|
||||
{
|
||||
int l;
|
||||
|
||||
Reference in New Issue
Block a user