summaryrefslogtreecommitdiffstats
path: root/support/export/export.c
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2002-05-29 06:06:31 +0000
committerneilbrown <neilbrown>2002-05-29 06:06:31 +0000
commit1898a9dc11a9834f557775a6b7d1ca7b1b6ca057 (patch)
treed7f15665a81895388b972039b599ef9ccd2c9c89 /support/export/export.c
parent84efbd57c04964b0f7b6b65d9f83943baa14f22d (diff)
downloadnfs-utils-1898a9dc11a9834f557775a6b7d1ca7b1b6ca057.tar.gz
nfs-utils-1898a9dc11a9834f557775a6b7d1ca7b1b6ca057.tar.xz
nfs-utils-1898a9dc11a9834f557775a6b7d1ca7b1b6ca057.zip
See Changelog
Diffstat (limited to 'support/export/export.c')
-rw-r--r--support/export/export.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/export/export.c b/support/export/export.c
index f95e729..ba0d095 100644
--- a/support/export/export.c
+++ b/support/export/export.c
@@ -32,7 +32,7 @@ export_read(char *fname)
nfs_export *exp;
setexportent(fname, "r");
- while ((eep = getexportent(0)) != NULL) {
+ while ((eep = getexportent(0,1)) != NULL) {
exp = export_lookup(eep->e_hostname, eep->e_path, 0);
if (!exp)
export_create(eep,0);