]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-2880
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 25 Nov 2010 03:25:58 +0000 (21:25 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 25 Nov 2010 03:26:12 +0000 (21:26 -0600)
src/switch_odbc.c

index 36c3c996e878916afbbbdcc15b28d4a79a7c329b..a1c476e4a142dd31b5ef081fa85aa5d5d357ae78 100644 (file)
@@ -364,7 +364,6 @@ SWITCH_DECLARE(switch_odbc_status_t) switch_odbc_handle_exec_string(switch_odbc_
                        goto done;
                }
 
-               result = SQLExecute(stmt);
                result = SQLFetch(stmt);
 
                if (result != SQL_SUCCESS && result != SQL_SUCCESS_WITH_INFO && result != SQL_NO_DATA) {