Skip to content

Commit

Permalink
Fix #1046: Export Rules with Condition ReceivingApplicationEntityTitl…
Browse files Browse the repository at this point in the history
…e=<Other AE Title> does not trigger Export Task
  • Loading branch information
gunterze committed Nov 2, 2017
1 parent edff86d commit d2f4b21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ public void setMsg(UnparsedHL7Message msg) {
}

void setAssociation(Association as) {
setApplicationEntity(as.getApplicationEntity());
this.as = as;
this.socket = as.getSocket();
this.calledAET = as.getCalledAET();
setApplicationEntity(as.getApplicationEntity());
}

@Override
Expand Down

0 comments on commit d2f4b21

Please sign in to comment.