6bbd11
autofs-5.1.0 - fix typo in update_hosts_mounts()
6bbd11
6bbd11
From: Ian Kent <ikent@redhat.com>
6bbd11
6bbd11
Correct the stutter in the update exports message.
6bbd11
---
6bbd11
 CHANGELOG              |    1 +
6bbd11
 modules/lookup_hosts.c |    2 +-
6bbd11
 2 files changed, 2 insertions(+), 1 deletion(-)
6bbd11
6bbd11
--- autofs-5.0.7.orig/CHANGELOG
6bbd11
+++ autofs-5.0.7/CHANGELOG
6bbd11
@@ -157,6 +157,7 @@
6bbd11
 - clarify multiple mounts description.
6bbd11
 - update man page autofs(8) for systemd.
6bbd11
 - fix fix master map type check.
6bbd11
+- fix typo in update_hosts_mounts().
6bbd11
 
6bbd11
 25/07/2012 autofs-5.0.7
6bbd11
 =======================
6bbd11
--- autofs-5.0.7.orig/modules/lookup_hosts.c
6bbd11
+++ autofs-5.0.7/modules/lookup_hosts.c
6bbd11
@@ -214,7 +214,7 @@ next:
6bbd11
 			goto cont;
6bbd11
 
6bbd11
 		debug(ap->logopt, MODPREFIX
6bbd11
-		      "attempt to update exports for exports for %s", me->key);
6bbd11
+		      "attempt to update exports for %s", me->key);
6bbd11
 
6bbd11
 		master_source_current_wait(ap->entry);
6bbd11
 		ap->entry->current = source;