[Spice-devel] [spice-gtk 1/2] webdav: Cope with NULL SpiceSession::shared-dir

Marc-André Lureau marcandre.lureau at gmail.com
Fri Feb 6 12:52:59 PST 2015


On Thu, Jan 29, 2015 at 11:23 AM, Christophe Fergeau
<cfergeau at redhat.com> wrote:
> +    shared_dir = spice_session_get_shared_dir(session);
> +    if (shared_dir != NULL) {
> +        g_debug("No shared dir set, not creating webdav channel");
> +        return NULL;
> +    }


You meant shared_dir == NULL. I'll commit a fix.

-- 
Marc-André Lureau


More information about the Spice-devel mailing list