Changeset: 08f92e5c2cf1 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/08f92e5c2cf1
Modified Files:
clients/odbc/driver/SQLConnect.c
Branch: odbc-tls
Log Message:
closing branch
diffs (12 lines):
diff --git a/clients/odbc/driver/SQLConnect.c b/clients/odbc/driver/SQLConnect.c
--- a/clients/odbc/driver/SQLConnect.c
+++ b/clients/odbc/driver/SQLConnect.c
@@ -571,7 +571,7 @@ SQLConnectW(SQLHDBC ConnectionHandle,
{
SQLCHAR *ds = NULL, *uid = NULL, *pwd = NULL;
SQLRETURN rc = SQL_ERROR;
- ODBCDbc *dbc = (ODBCDbc *) ConnectionHandle;
+ ODBCDbc dbc = (ODBCDbc *) ConnectionHandle;
#ifdef ODBCDEBUG
ODBCLOG("SQLConnectW %p\n", ConnectionHandle);
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]