Merge branch 'v0.19.x'
This commit is contained in:
commit
680037927d
|
@ -287,7 +287,8 @@ CompositeStorage::GetInfo(const char *uri, bool follow, StorageFileInfo &info,
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
error.Set(composite_domain, "No such directory");
|
if (!error.IsDefined())
|
||||||
|
error.Set(composite_domain, "No such directory");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue