doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7904 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
c4d94f76bb
commit
14ca1f4463
|
@ -94,7 +94,7 @@ SWITCH_DECLARE(int) switch_core_db_exec(switch_core_db_t *db, const char *sql, s
|
|||
}
|
||||
}
|
||||
|
||||
if (err && errmsg) {
|
||||
if (errmsg) {
|
||||
*errmsg = err;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue