22 lines
625 B
Diff
22 lines
625 B
Diff
autofs-5.0.8 - remove stale debug message
|
|
|
|
From: Ian Kent <raven@themaw.net>
|
|
|
|
|
|
---
|
|
modules/parse_sun.c | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/modules/parse_sun.c b/modules/parse_sun.c
|
|
index 8e5c60c..6f0e3c9 100644
|
|
--- a/modules/parse_sun.c
|
|
+++ b/modules/parse_sun.c
|
|
@@ -1397,7 +1397,6 @@ int parse_mount(struct autofs_point *ap, const char *name,
|
|
if (!l) {
|
|
if (!(strstr(myoptions, "fstype=autofs") &&
|
|
strstr(myoptions, "hosts"))) {
|
|
- error(LOGOPT_ANY, "I think I'm a hosts map? l %d", l);
|
|
cache_delete_offset_list(mc, name);
|
|
cache_multi_unlock(me);
|
|
cache_unlock(mc);
|