mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-27 07:29:32 +00:00
server/reds: add "usbredir" to recognized channel names
RHBZ: 819484 Signed-off-by: Alon Levy <alevy@redhat.com>
This commit is contained in:
parent
c3eae62872
commit
ce8e865cf1
@ -3971,6 +3971,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