mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
allow to compile under --enable-dev-mode (gcc didn't actually complain when I was using ccache...)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@151830 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -939,7 +939,7 @@ static char *cli_odbc_read(struct ast_cli_entry *e, int cmd, struct ast_cli_args
|
|||||||
|
|
||||||
if (a->argc == 5 && !strcmp(a->argv[4], "exec")) {
|
if (a->argc == 5 && !strcmp(a->argv[4], "exec")) {
|
||||||
/* Execute the query */
|
/* Execute the query */
|
||||||
struct odbc_obj *obj;
|
struct odbc_obj *obj = NULL;
|
||||||
int dsn, executed = 0;
|
int dsn, executed = 0;
|
||||||
SQLHSTMT stmt;
|
SQLHSTMT stmt;
|
||||||
int rows = 0, res, x;
|
int rows = 0, res, x;
|
||||||
|
Reference in New Issue
Block a user