mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-30 02:26:23 +00:00
Merged revisions 61645 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r61645 | russell | 2007-04-13 12:10:19 -0500 (Fri, 13 Apr 2007) | 3 lines Eliminate a compiler warning with ODBC_STORAGE enabled so that it will build under dev-mode. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@61647 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1392,7 +1392,7 @@ static int store_file(char *dir, char *mailboxuser, char *mailboxcontext, int ms
|
|||||||
void *fdm = MAP_FAILED;
|
void *fdm = MAP_FAILED;
|
||||||
size_t fdlen = -1;
|
size_t fdlen = -1;
|
||||||
SQLHSTMT stmt;
|
SQLHSTMT stmt;
|
||||||
SQLINTEGER len;
|
SQLLEN len;
|
||||||
char sql[PATH_MAX];
|
char sql[PATH_MAX];
|
||||||
char msgnums[20];
|
char msgnums[20];
|
||||||
char fn[PATH_MAX];
|
char fn[PATH_MAX];
|
||||||
|
Reference in New Issue
Block a user