From 14ca1f446325b98f32440943ea998400e02cded7 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Mon, 17 Mar 2008 17:26:22 +0000 Subject: [PATCH] doh git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7904 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_core_db.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_core_db.c b/src/switch_core_db.c index 094f6d98f8..c3cf30c1c6 100644 --- a/src/switch_core_db.c +++ b/src/switch_core_db.c @@ -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; }