Commit 68003792 authored by Max Kellermann's avatar Max Kellermann

Merge branch 'v0.19.x'

parents 60f72f0f ee026386
...@@ -287,6 +287,7 @@ CompositeStorage::GetInfo(const char *uri, bool follow, StorageFileInfo &info, ...@@ -287,6 +287,7 @@ CompositeStorage::GetInfo(const char *uri, bool follow, StorageFileInfo &info,
return true; return true;
} }
if (!error.IsDefined())
error.Set(composite_domain, "No such directory"); error.Set(composite_domain, "No such directory");
return false; return false;
} }
......
Markdown is supported
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