From 0bd51f4c931eb68c355140c721763be64213a3ca Mon Sep 17 00:00:00 2001 From: neilbrown Date: Thu, 20 Dec 2001 02:03:26 +0000 Subject: See Changelog --- support/export/xtab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/export/xtab.c') diff --git a/support/export/xtab.c b/support/export/xtab.c index 54470c1..4daef00 100644 --- a/support/export/xtab.c +++ b/support/export/xtab.c @@ -32,7 +32,7 @@ xtab_read(char *xtab, int is_export) if ((lockid = xflock(xtab, "r")) < 0) return 0; setexportent(xtab, "r"); - while ((xp = getexportent()) != NULL) { + while ((xp = getexportent(is_export==0)) != NULL) { if (!(exp = export_lookup(xp->e_hostname, xp->e_path, is_export != 1)) && !(exp = export_create(xp, is_export!=1))) { continue; -- cgit