Commit 5c04630a authored by Michael Meskes's avatar Michael Meskes

Make sure that ecpglib's statement variable has a defined value no matter what.

parent dfa774ff
......@@ -1755,7 +1755,7 @@ ecpg_do_prologue(int lineno, const int compat, const int force_indicator,
enum ECPG_statement_type statement_type, const char *query,
va_list args, struct statement **stmt_out)
{
struct statement *stmt;
struct statement *stmt = NULL;
struct connection *con;
enum ECPGttype type;
struct variable **list;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment