Fix typo.
This commit is contained in:
parent
31d94e7bf1
commit
ce4713c6f7
@ -623,7 +623,7 @@ static int cxoConnection_init(cxoConnection *conn, PyObject *args,
|
|||||||
|
|
||||||
// determine if session callback should be invoked; this takes place if
|
// determine if session callback should be invoked; this takes place if
|
||||||
// the connection is newly created by the pool or if the requested tag
|
// the connection is newly created by the pool or if the requested tag
|
||||||
// does not match the actal tag
|
// does not match the actual tag
|
||||||
invokeSessionCallback = 0;
|
invokeSessionCallback = 0;
|
||||||
if (dpiCreateParams.outNewSession ||
|
if (dpiCreateParams.outNewSession ||
|
||||||
dpiCreateParams.outTagLength != params.tagBuffer.size ||
|
dpiCreateParams.outTagLength != params.tagBuffer.size ||
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user