Apply a patch from Chip Rosenthal <chip@unicom.com> to fix NFS mounting,
which had been inadvertantly broken... -Erik
This commit is contained in:
parent
fd3741d712
commit
252bacc9ea
2
mount.c
2
mount.c
@ -485,7 +485,7 @@ singlemount:
|
||||
fatalError("nfsmount failed: %s\n", strerror(errno));
|
||||
rc = FALSE;
|
||||
}
|
||||
} else
|
||||
}
|
||||
#endif
|
||||
rc = mount_one(device, directory, filesystemType, flags,
|
||||
string_flags, useMtab, fakeIt, extra_opts, TRUE);
|
||||
|
@ -485,7 +485,7 @@ singlemount:
|
||||
fatalError("nfsmount failed: %s\n", strerror(errno));
|
||||
rc = FALSE;
|
||||
}
|
||||
} else
|
||||
}
|
||||
#endif
|
||||
rc = mount_one(device, directory, filesystemType, flags,
|
||||
string_flags, useMtab, fakeIt, extra_opts, TRUE);
|
||||
|
Loading…
Reference in New Issue
Block a user