X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=support%2Fexport%2Fexport.c;h=ba0d095eba5d1bf0c94cb52e4fba85ee545a2253;hb=refs%2Ftags%2Fnfs-utils-1-0-1-pre8;hp=4cfb44810146aa4d74af12d60c4b3ceaf8ebc708;hpb=37e49789ab1cd849def25ba4c4d97ccdb11d1e61;p=nfs-utils.git diff --git a/support/export/export.c b/support/export/export.c index 4cfb448..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()) != NULL) { + while ((eep = getexportent(0,1)) != NULL) { exp = export_lookup(eep->e_hostname, eep->e_path, 0); if (!exp) export_create(eep,0);