- fixed problem: negative presentation layer and ACSE results are ignored by client

pull/396/head
Michael Zillgith 3 years ago
parent a9efd32dbc
commit 319dc4494b

@ -511,10 +511,6 @@ IsoClientConnection_handleConnection(IsoClientConnection self)
}
else {
}
}
ByteBuffer_wrap(self->receivePayloadBuffer, self->acseConnection.userDataBuffer,
self->acseConnection.userDataBufferSize, self->acseConnection.userDataBufferSize);
@ -525,6 +521,10 @@ IsoClientConnection_handleConnection(IsoClientConnection self)
nextState = INT_STATE_CLOSE_ON_ERROR;
}
}
}
CotpConnection_resetPayload(self->cotpConnection);
}
}

Loading…
Cancel
Save