mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
fsmounter.cpp: remove udp option
This commit is contained in:
@@ -228,7 +228,7 @@ CFSMounter::MountRes CFSMounter::mount(const std::string &ip, const std::string
|
|||||||
{
|
{
|
||||||
if (fstype == NFS)
|
if (fstype == NFS)
|
||||||
{
|
{
|
||||||
options1 = "soft,udp";
|
options1 = "soft";
|
||||||
options2 = "nolock";
|
options2 = "nolock";
|
||||||
}
|
}
|
||||||
else if (fstype == CIFS)
|
else if (fstype == CIFS)
|
||||||
|
Reference in New Issue
Block a user