mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-14 15:52:47 -05:00
sys: check and remove volume prefix when mounted as a network file system
This commit is contained in:
@ -107,7 +107,7 @@ void create_test(void)
|
||||
{
|
||||
if (WinFspDiskTests)
|
||||
create_dotest(MemfsDisk, 0);
|
||||
if (0 && WinFspNetTests)
|
||||
if (WinFspNetTests)
|
||||
create_dotest(MemfsNet, L"\\\\memfs\\share");
|
||||
}
|
||||
|
||||
@ -211,7 +211,7 @@ void create_sd_test(void)
|
||||
{
|
||||
if (WinFspDiskTests)
|
||||
create_sd_dotest(MemfsDisk, 0);
|
||||
if (0 && WinFspNetTests)
|
||||
if (WinFspNetTests)
|
||||
create_sd_dotest(MemfsNet, L"\\\\memfs\\share");
|
||||
}
|
||||
|
||||
@ -279,7 +279,7 @@ void create_share_test(void)
|
||||
{
|
||||
if (WinFspDiskTests)
|
||||
create_share_dotest(MemfsDisk, 0);
|
||||
if (0 && WinFspNetTests)
|
||||
if (WinFspNetTests)
|
||||
create_share_dotest(MemfsNet, L"\\\\memfs\\share");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user