]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
This "else" condition is not an error condition. It is reached when you execute a...
authorEliot Gable <egable@gmail.com>
Tue, 6 Nov 2012 22:50:29 +0000 (22:50 +0000)
committerEliot Gable <egable@gmail.com>
Tue, 6 Nov 2012 22:50:29 +0000 (22:50 +0000)
src/switch_pgsql.c

index 22ab6ffd6dac7ed3eec45c81041803cacf10c608..9a84b2e3b0b09911735c917eb5ff60cf2902464a 100644 (file)
@@ -289,7 +289,6 @@ SWITCH_DECLARE(switch_pgsql_status_t) switch_pgsql_next_result_timed(switch_pgsq
                free(res);
                res = NULL;
                *result_out = NULL;
-               goto error;
        }
 
        return SWITCH_PGSQL_SUCCESS;