Skip to content

Commit

Permalink
fsm: step back, after removing failed worker
Browse files Browse the repository at this point in the history
  • Loading branch information
wipawel committed Jul 15, 2014
1 parent ec2382c commit 438b5e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fsm.c
Expand Up @@ -2636,6 +2636,7 @@ ni_fsm_build_hierarchy(ni_fsm_t *fsm, ni_bool_t destructive)
if (-NI_ERROR_DOCUMENT_ERROR == rv)
ni_debug_application("%s: configuration failed", w->name);
ni_fsm_destroy_worker(fsm, w);
i--;
}
continue;
}
Expand Down

0 comments on commit 438b5e7

Please sign in to comment.