Actions
Bug #832
closedanother echo SCU false positive
Status:
Closed
Priority:
High
Assignee:
Pedro Fernando Arizpe Gómez
Category:
Application
Target version:
Start date:
2018-05-03
Due date:
2018-05-04
% Done:
80%
Estimated time:
2:00 h
Module:
dcmnet
Operating System:
Compiler:
Description
echoSCU also returns a false positive (EXITCODE_NO_ERROR) after calling cecho.
The error happens if the condition returned by cecho is: DUL_PEERREQUESTEDRELEASE
The program logs the error correctly(Protocol Error: Peer requested release (Aborting)") and the association is aborted.
However, the program only returns an accurate exit value if the association abort also fails.
Actions