Skip to content

Commit

Permalink
Merge pull request #515 from pwieczorkiewicz/pending
Browse files Browse the repository at this point in the history
fsm: start FSM also on a single, pending worker
  • Loading branch information
mtomaschewski committed Mar 3, 2015
2 parents 32f953b + ef3c56b commit 8501a19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fsm.c
Expand Up @@ -2571,6 +2571,7 @@ ni_fsm_start_matching_workers(ni_fsm_t *fsm, ni_ifworker_array_t *marked)
if (!w->device && !ni_ifworker_is_factory_device(w)) {
w->pending = TRUE;
ni_ifworker_set_timeout(fsm, w, fsm->worker_timeout);
count++;
continue;
}

Expand Down

0 comments on commit 8501a19

Please sign in to comment.