SHA256
1
0
forked from pool/nfs-utils
nfs-utils/0006-nfs.conf-silence-include-error.patch
2019-09-16 06:04:01 +00:00

21 lines
576 B
Diff

---
support/nfs/conffile.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
--- a/support/nfs/conffile.c
+++ b/support/nfs/conffile.c
@@ -418,9 +418,10 @@ conf_parse_line(int trans, char *line, c
subconf = conf_readfile(relpath);
if (subconf == NULL) {
- xlog_warn("config error at %s:%d: "
- "error loading included config",
- filename, lineno);
+ // This warning is not helpful
+ //xlog_warn("config error at %s:%d: "
+ // "error loading included config",
+ // filename, lineno);
if (relpath)
free(relpath);
return;