mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-11 14:59:06 +00:00
--resolve FS-3852
This commit is contained in:
parent
f91bdf12aa
commit
fdbfbc867f
@ -412,7 +412,7 @@ SWITCH_DECLARE(switch_odbc_status_t) switch_odbc_handle_exec_string(switch_odbc_
|
|||||||
SQLRowCount(stmt, &m);
|
SQLRowCount(stmt, &m);
|
||||||
handle->affected_rows = (int) m;
|
handle->affected_rows = (int) m;
|
||||||
|
|
||||||
if (m <= 0) {
|
if (m == 0) {
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user