git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7904 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-03-17 17:26:22 +00:00
parent c4d94f76bb
commit 14ca1f4463
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}