Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 08afeec

Browse files
committed
fix for fix #9aca87e8cc
1 parent a11fab3 commit 08afeec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

state.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ MtmStateProcessNeighborEvent(int node_id, MtmNeighborEvent ev) // XXXX camelcase
248248
if (!BIT_CHECK(Mtm->disabledNodeMask, node_id-1))
249249
{
250250
MTM_LOG1("[WARN] node %d started recovery, but it wasn't disabled", node_id);
251-
MtmOnNodeDisconnect(node_id-1);
251+
MtmOnNodeDisconnect(node_id);
252252
}
253253
break;
254254

0 commit comments

Comments
 (0)