Skip to content

Commit

Permalink
https://issues.jboss.org/browse/JGRP-2082
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Jun 27, 2016
1 parent 4ee4247 commit e347e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/jgroups/protocols/FD_SOCK.java
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ protected void suspect(Set<Address> suspects) {
Address first=eligible_mbrs.get(0);
if(local_addr.equals(first)) {
log.debug("%s: suspecting %s", local_addr, suspected_mbrs);
for(Address suspect: suspects) {
for(Address suspect: suspected_mbrs) {
up_prot.up(new Event(Event.SUSPECT, suspect));
down_prot.down(new Event(Event.SUSPECT, suspect));
}
Expand Down

0 comments on commit e347e29

Please sign in to comment.