mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-31 02:41:52 +00:00
server/reds: add "usbredir" to recognized channel names
RHBZ: 819484
Signed-off-by: Alon Levy <alevy@redhat.com>
(cherry picked from commit ce8e865cf1)
This commit is contained in:
parent
3d04483148
commit
63e3456e12
@ -3898,6 +3898,7 @@ SPICE_GNUC_VISIBLE int spice_server_set_channel_security(SpiceServer *s, const c
|
||||
#ifdef USE_SMARTCARD
|
||||
[ SPICE_CHANNEL_SMARTCARD] = "smartcard",
|
||||
#endif
|
||||
[ SPICE_CHANNEL_USBREDIR ] = "usbredir",
|
||||
};
|
||||
int i;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user