diff options
author | Eric Andersen | 2000-09-19 01:21:13 +0000 |
---|---|---|
committer | Eric Andersen | 2000-09-19 01:21:13 +0000 |
commit | 252bacc9ea124fce5f8f0a4758fea6210c091845 (patch) | |
tree | 6890ec9b31657e82796fc4134baba7e77ee13fe9 /util-linux/mount.c | |
parent | fd3741d712bd8050eb8ef650cb453beb0fac4afe (diff) | |
download | busybox-252bacc9ea124fce5f8f0a4758fea6210c091845.zip busybox-252bacc9ea124fce5f8f0a4758fea6210c091845.tar.gz |
Apply a patch from Chip Rosenthal <chip@unicom.com> to fix NFS mounting,
which had been inadvertantly broken...
-Erik
Diffstat (limited to 'util-linux/mount.c')
-rw-r--r-- | util-linux/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c index 15ab5c9..455c333 100644 --- a/util-linux/mount.c +++ b/util-linux/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); |