mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Drdynvc needs love (#8059)
* winpr: add lock operation on HashTables * drdynvc: change the listeners array for a hashtable and other micro cleanups * logonInfo: drop warning that is shown at every connection Let's avoid this log, we can't do anything if at Microsoft they don't respect their own specs. * rdpei: fix terminate of rdpei * drdynvc: implement the channel list with a hashtable by channelId
This commit is contained in:
@@ -106,6 +106,9 @@ static UINT generic_plugin_terminated(IWTSPlugin* pPlugin)
|
||||
|
||||
WLog_Print(plugin->log, WLOG_TRACE, "...");
|
||||
|
||||
/* some channels (namely rdpei), look at initialized to see if they should continue to run */
|
||||
plugin->initialized = FALSE;
|
||||
|
||||
if (plugin->terminatePluginFn)
|
||||
plugin->terminatePluginFn(plugin);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user