You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
625 B
22 lines
625 B
7 years ago
|
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);
|