|
Lines 1271-1277
Link Here
|
| 1271 |
if (tapiBlockref == apiConnectptr.p->ndbapiBlockref) { |
1271 |
if (tapiBlockref == apiConnectptr.p->ndbapiBlockref) { |
| 1272 |
if (apiConnectptr.p->apiConnectstate == CS_CONNECTED || |
1272 |
if (apiConnectptr.p->apiConnectstate == CS_CONNECTED || |
| 1273 |
(apiConnectptr.p->apiConnectstate == CS_ABORTING && |
1273 |
(apiConnectptr.p->apiConnectstate == CS_ABORTING && |
| 1274 |
apiConnectptr.p->abortState == AS_IDLE)){ |
1274 |
apiConnectptr.p->abortState == AS_IDLE) || |
|
|
1275 |
(apiConnectptr.p->apiConnectstate == CS_STARTED && |
| 1276 |
apiConnectptr.p->firstTcConnect == RNIL)) |
| 1277 |
{ |
| 1275 |
jam(); /* JUST REPLY OK */ |
1278 |
jam(); /* JUST REPLY OK */ |
| 1276 |
releaseApiCon(signal, apiConnectptr.i); |
1279 |
releaseApiCon(signal, apiConnectptr.i); |
| 1277 |
signal->theData[0] = tuserpointer; |
1280 |
signal->theData[0] = tuserpointer; |