Use canonical path to derive name of dataset

This commit is contained in:
Milton Woods 2021-09-03 18:55:55 +10:00
parent 09e0e04227
commit 2a66599276

View File

@ -155,7 +155,7 @@ name_path(const char *path)
size_t cplen = 0;
char* base = NULL;
if((cvtpath = NCpathcvt(path))==NULL)
if (NCpathcanonical(path, &cvtpath) || cvtpath==NULL)
return NULL;
/* See if this is a url */