Mario Fetka
2024-07-31 07:59:25 +02:00
parent 37171bcc17
commit 849dbf3ead
8 changed files with 44 additions and 11 deletions

View File

@@ -882,7 +882,7 @@ static int build_path( NW_PATH *path,
if (len > 255) len = 255;
conn_build_path_fn(vol,
path->path,
(only_dir) ? (uint8)NULL
(only_dir) ? NULL
: path->fn,
&(path->has_wild),
data, len, sizeof(path->fn));