summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-05-07 14:14:37 +0300
committerAlon Levy <alevy@redhat.com>2012-05-14 10:57:57 +0300
commit63e3456e12f85a3c5d23e9d00d9dbd77232ee876 (patch)
tree4799c1874881e43d5c1ea0c7f94e08e4c4d062b6
parent3d0448314812457e027e513c2d0dc163c421914a (diff)
downloadspice-63e3456e12f85a3c5d23e9d00d9dbd77232ee876.tar.gz
spice-63e3456e12f85a3c5d23e9d00d9dbd77232ee876.tar.xz
spice-63e3456e12f85a3c5d23e9d00d9dbd77232ee876.zip
server/reds: add "usbredir" to recognized channel names
RHBZ: 819484 Signed-off-by: Alon Levy <alevy@redhat.com> (cherry picked from commit ce8e865cf1fcd7ee6ef2e6f8b33506df31e3345e)
-rw-r--r--server/reds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/reds.c b/server/reds.c
index 5f39e4fd..8cc87c25 100644
--- a/server/reds.c
+++ b/server/reds.c
@@ -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;