fix issue #542
This commit is contained in:
parent
806a9310e3
commit
66fc89691b
|
@ -184,7 +184,7 @@ public class TSDBJNIConnector {
|
|||
isResultsetClosed = true; // reset resultSetPointer to 0 after freeResultSetImp() return
|
||||
taosResultSetPointer = TSDBConstants.JNI_NULL_POINTER;
|
||||
} else {
|
||||
isResultsetClosed = true;
|
||||
isResultsetClosed = true;
|
||||
}
|
||||
return res;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue