diff options
-rw-r--r-- | source4/ntvfs/simple/svfs_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/simple/svfs_util.c b/source4/ntvfs/simple/svfs_util.c index 1949ecb235..14ffc6d19c 100644 --- a/source4/ntvfs/simple/svfs_util.c +++ b/source4/ntvfs/simple/svfs_util.c @@ -41,7 +41,7 @@ char *svfs_unix_path(struct smbsrv_request *req, const char *name) } all_string_sub(ret, "\\", "/", 0); - strlower(ret); + strlower(ret + strlen(private->connectpath)); return ret; } |