StorageCommands: use PathTraitsUTF8 for protocol argument
This commit is contained in:
parent
7ce96585f5
commit
6ff394bcc9
|
@ -148,7 +148,7 @@ print_storage_uri(Client &client, const Storage &storage)
|
|||
if (uri.empty())
|
||||
return;
|
||||
|
||||
if (PathTraitsFS::IsAbsolute(uri.c_str())) {
|
||||
if (PathTraitsUTF8::IsAbsolute(uri.c_str())) {
|
||||
/* storage points to local directory */
|
||||
|
||||
if (!client.IsLocal())
|
||||
|
|
Loading…
Reference in New Issue