diff options
Diffstat (limited to 'server/reds.c')
-rw-r--r-- | server/reds.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/reds.c b/server/reds.c index 1696fbc7..26d6f89f 100644 --- a/server/reds.c +++ b/server/reds.c @@ -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; |