Skip to content

Commit

Permalink
fsm: on newDevice call wait for ACK (device-create event) from wickedd
Browse files Browse the repository at this point in the history
  • Loading branch information
wipawel committed Jan 31, 2015
1 parent 46025f4 commit 49e6ed7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/fsm.c
Expand Up @@ -3884,8 +3884,9 @@ ni_ifworker_call_device_factory(ni_fsm_t *fsm, ni_ifworker_t *w, ni_fsm_transiti

ni_fsm_schedule_bind_methods(fsm, w);
}
else
ni_ifworker_set_state(w, action->next_state);

ni_ifworker_set_state(w, action->next_state);
return 0;
}

Expand Down

0 comments on commit 49e6ed7

Please sign in to comment.