Skip to content

Commit

Permalink
FIx quantum channel from no delay to correct value
Browse files Browse the repository at this point in the history
  • Loading branch information
Naphann committed Jul 2, 2023
1 parent 77125cd commit f9d34df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quisp/channels/QuantumChannel.cc
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ cChannel::Result QuantumChannel::processMessage(cMessage *msg, const SendOptions
q->setLost(true);
}

return cChannel::Result();
return {false, getDelay(), 0};
}

void QuantumChannel::validateParameters() {
Expand Down

0 comments on commit f9d34df

Please sign in to comment.