Skip to content
  • Christophe Fergeau's avatar
    webdav: Cope with NULL SpiceSession::shared-dir · 6163828e
    Christophe Fergeau authored
    shared-dir default value is
    g_get_user_special_dir(G_USER_DIRECTORY_PUBLIC_SHARE)
    which can be NULL (for example if ~/.config/user-dirs.dirs does not
    exist).
    This commit makes sure we don't create a PhodavServer when this occurs
    6163828e