Use the correct designation for the external handle parameter.

This commit is contained in:
Anthony Tuininga 2017-12-11 15:41:48 -07:00
parent 9953505e54
commit 9ae0f5dd1c

View File

@ -767,7 +767,7 @@ static int Connection_Init(udt_Connection *self, PyObject *args,
if (dpiContext_initConnCreateParams(g_DpiContext, &dpiCreateParams) < 0)
return Error_RaiseAndReturnInt();
if (!PyArg_ParseTupleAndKeywords(args, keywordArgs,
"|OOOikO!OOOiOssOOOOOO", keywordList, &usernameObj, &passwordObj,
"|OOOiKO!OOOiOssOOOOOO", keywordList, &usernameObj, &passwordObj,
&dsnObj, &dpiCreateParams.authMode, &externalHandle,
&g_SessionPoolType, &pool, &threadedObj, &eventsObj, &cclassObj,
&dpiCreateParams.purity, &newPasswordObj,