summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-05-07 14:14:37 +0300
committerAlon Levy <alevy@redhat.com>2012-05-07 14:37:50 +0300
commitce8e865cf1fcd7ee6ef2e6f8b33506df31e3345e (patch)
tree7e72c977b539d314b4f2b92716ec9040db6ebf2b
parentc3eae628725012678b7141b49b0a15b8718ea9b3 (diff)
server/reds: add "usbredir" to recognized channel names
RHBZ: 819484 Signed-off-by: Alon Levy <alevy@redhat.com>
-rw-r--r--server/reds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/reds.c b/server/reds.c
index 1696fbc..26d6f89 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;