From 252bacc9ea124fce5f8f0a4758fea6210c091845 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 19 Sep 2000 01:21:13 +0000 Subject: Apply a patch from Chip Rosenthal to fix NFS mounting, which had been inadvertantly broken... -Erik --- mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mount.c') diff --git a/mount.c b/mount.c index 15ab5c997..455c33303 100644 --- a/mount.c +++ b/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); -- cgit v1.2.3