mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-04 19:31:56 +00:00
--resolve FS-3852
This commit is contained in:
+1
-1
@@ -412,7 +412,7 @@ SWITCH_DECLARE(switch_odbc_status_t) switch_odbc_handle_exec_string(switch_odbc_
|
||||
SQLRowCount(stmt, &m);
|
||||
handle->affected_rows = (int) m;
|
||||
|
||||
if (m <= 0) {
|
||||
if (m == 0) {
|
||||
goto done;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user