Skip to content
Commit abc69427 authored by Ondrej Holy's avatar Ondrej Holy
Browse files

dav: don't unescape the uri twice

path_equal tries to unescape path before comparing. Unfortunately
this function is used also for already unescaped paths. Therefore
unescaping can fail. This commit reverts changes which was done in
commit 50af53da and unescape just uris, which aren't unescaped yet.

https://bugzilla.gnome.org/show_bug.cgi?id=743298
parent f34477cc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment