projects
/
nfs-utils.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Make warning about host matching multiple exports more helpful.
[nfs-utils.git]
/
utils
/
exportfs
/
exportfs.c
diff --git
a/utils/exportfs/exportfs.c
b/utils/exportfs/exportfs.c
index
1eca567
..
8c3f634
100644
(file)
--- a/
utils/exportfs/exportfs.c
+++ b/
utils/exportfs/exportfs.c
@@
-218,6
+218,7
@@
export_all(int verbose)
exp->m_xtabent = 1;
exp->m_mayexport = 1;
exp->m_changed = 1;
+ exp->m_warned = 0;
}
}
}
@@
-274,6
+275,7
@@
exportfs(char *arg, char *options, int verbose)
exp->m_xtabent = 1;
exp->m_mayexport = 1;
exp->m_changed = 1;
+ exp->m_warned = 0;
if (hp) free (hp);
}