fsmounter.cpp: remove udp option

This commit is contained in:
2022-09-14 17:43:52 +02:00
parent 0d0982afd9
commit 9edb2877db

View File

@@ -228,7 +228,7 @@ CFSMounter::MountRes CFSMounter::mount(const std::string &ip, const std::string
{
if (fstype == NFS)
{
options1 = "soft,udp";
options1 = "soft";
options2 = "nolock";
}
else if (fstype == CIFS)