Skip to content
Snippets Groups Projects
Commit bb77bc0c authored by Michael Eischer's avatar Michael Eischer
Browse files

Drop request in the client stage if there is no contact replica

There's no need for the current replica to further process the
request.
parent 2921ec99
Branches
No related merge requests found
......@@ -159,7 +159,7 @@ public class REFITClientStage extends REFITStage {
replica.mac.appendUnicastMAC(wrapper, contactReplica);
replica.replicaUnicast(wrapper, contactReplica);
} else {
} else if (contactReplica >= 0) {
replica.replicaUnicast(request, contactReplica);
}
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment