Allow the connection keyword array to carry all seven items in ecpglib.

This commit is contained in:
Michael Meskes 2012-02-06 20:46:48 +01:00
parent 5fc78efcec
commit 0ee23b53be
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ ECPGconnect(int lineno, int c, const char *name, const char *user, const char *p
*port = NULL,
*realname = NULL,
*options = NULL;
const char *conn_keywords[6];
const char *conn_keywords[7];
const char *conn_values[6];
ecpg_init_sqlca(sqlca);