Don't make it a blocking task

This commit is contained in:
twinaphex 2016-12-01 22:19:09 +01:00
parent 6a2df4615b
commit 4a894afc57

View File

@ -361,7 +361,6 @@ bool input_autoconfigure_connect(autoconfig_params_t *params)
state->vid = params->vid;
state->pid = params->pid;
task->type = TASK_TYPE_BLOCKING;
task->state = state;
task->handler = input_autoconfigure_connect_handler;