mirror of https://github.com/FreeRDP/FreeRDP
compat: fix plugin load for plugins without data argument
This commit is contained in:
parent
9f8d79c72a
commit
5228c7806e
|
@ -269,6 +269,11 @@ int freerdp_client_old_command_line_pre_filter(void* context, int index, int arg
|
||||||
index++;
|
index++;
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
if (settings->instance)
|
||||||
|
{
|
||||||
|
freerdp_client_old_process_plugin(settings, args);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return (index - old_index);
|
return (index - old_index);
|
||||||
|
|
Loading…
Reference in New Issue