mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2024-11-23 09:54:26 +08:00
[channel,client] update channel pointer
in generic_on_new_channel_connection set the channel pointer to the current value.
This commit is contained in:
parent
98aeb54e83
commit
35430cf191
@ -53,6 +53,8 @@ static UINT generic_on_new_channel_connection(IWTSListenerCallback* pListenerCal
|
||||
callback->channel = pChannel;
|
||||
|
||||
listener_callback->channel_callback = callback;
|
||||
listener_callback->channel = pChannel;
|
||||
|
||||
*ppCallback = (IWTSVirtualChannelCallback*)callback;
|
||||
return CHANNEL_RC_OK;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user