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

Commit 0eae2c0

Browse files
committed
fix for 962523f
1 parent 0f46d02 commit 0eae2c0

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);
251+
MtmDisableNode(node_id);
252252
}
253253
break;
254254

0 commit comments

Comments
 (0)