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:
Alon Levy 2012-05-07 14:14:37 +03:00
parent 3d04483148
commit 63e3456e12

View File

@ -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;