diff --git a/src/libsync/discoveryphase.cpp b/src/libsync/discoveryphase.cpp index e137316a1..233cf16a4 100644 --- a/src/libsync/discoveryphase.cpp +++ b/src/libsync/discoveryphase.cpp @@ -355,7 +355,7 @@ void DiscoverySingleDirectoryJob::directoryListingIteratedSlot(QString file, con //This works in concerto with the RequestEtagJob and the Folder object to check if the remote folder changed. if (map.contains("getetag")) { if (_firstEtag.isEmpty()) { - _firstEtag = map.value("getetag"); // for directory itself + _firstEtag = parseEtag(map.value("getetag").toUtf8()); // for directory itself } } }