Skip to content

Commit 9ae0f5d

Browse files
Use the correct designation for the external handle parameter.
1 parent 9953505 commit 9ae0f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Connection.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ static int Connection_Init(udt_Connection *self, PyObject *args,
767767
if (dpiContext_initConnCreateParams(g_DpiContext, &dpiCreateParams) < 0)
768768
return Error_RaiseAndReturnInt();
769769
if (!PyArg_ParseTupleAndKeywords(args, keywordArgs,
770-
"|OOOikO!OOOiOssOOOOOO", keywordList, &usernameObj, &passwordObj,
770+
"|OOOiKO!OOOiOssOOOOOO", keywordList, &usernameObj, &passwordObj,
771771
&dsnObj, &dpiCreateParams.authMode, &externalHandle,
772772
&g_SessionPoolType, &pool, &threadedObj, &eventsObj, &cclassObj,
773773
&dpiCreateParams.purity, &newPasswordObj,

0 commit comments

Comments
 (0)