[Spice-commits] gtk/spice-session.c

Marc-André Lureau elmarco at kemper.freedesktop.org
Mon Jul 22 07:09:34 PDT 2013


 gtk/spice-session.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 647344fa7513ef3c428cfbc4fc841d8bf29a0310
Author: Marc-André Lureau <marcandre.lureau at redhat.com>
Date:   Mon Jul 22 15:07:55 2013 +0200

    session: copy "ca" property in copy ctor
    
    This fixes the GSpice-WARNING **: no cert loaded, when doing a seamless
    migration (when using the "ca" property).

diff --git a/gtk/spice-session.c b/gtk/spice-session.c
index 8cb2d39..a9435f4 100644
--- a/gtk/spice-session.c
+++ b/gtk/spice-session.c
@@ -1251,6 +1251,7 @@ SpiceSession *spice_session_new_from_session(SpiceSession *session)
                  "enable-smartcard", &c->smartcard,
                  "enable-audio", &c->audio,
                  "enable-usbredir", &c->usbredir,
+                 "ca", &c->ca,
                  NULL);
 
     c->client_provided_sockets = s->client_provided_sockets;


More information about the Spice-commits mailing list