]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
seg inducing typo
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 17 Nov 2009 19:25:04 +0000 (19:25 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 17 Nov 2009 19:25:04 +0000 (19:25 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15498 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_odbc.c

index bccf94a89f1de8b07f16826aade204daacd7642f..afadbde171a9e81f86951c1b3b5a3c63b8bf380a 100644 (file)
@@ -528,7 +528,6 @@ SWITCH_DECLARE(switch_odbc_status_t) switch_odbc_handle_callback_exec_detailed(c
                if (err) {
                        *err = err_str;
                } else {
-                       *err = NULL;
                        free(err_str);
                }
        }