mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +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)
|
||||
{
|
||||
options1 = "soft,udp";
|
||||
options1 = "soft";
|
||||
options2 = "nolock";
|
||||
}
|
||||
else if (fstype == CIFS)
|
||||
|
Reference in New Issue
Block a user