Move: Fix too many starting slashes in the destination header
authorOlivier Goffart <ogoffart@woboq.com>
Wed, 24 Oct 2018 08:28:26 +0000 (10:28 +0200)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:58:15 +0000 (10:58 +0100)
commite20e1d110f62c3a16509e3bb5004590bc6b602ed
treec64da2509b712974b33a4e27a64acb3220640084
parentdcfbde2a675b63e0502d005d18891538580e41c7
Move: Fix too many starting slashes in the destination header

QDir::cleanPath does not remove starting slashes on windows.
So use account::davUrl which is already cleaned

Issue: #6824
src/libsync/propagateremotemove.cpp