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