Blame SOURCES/autofs-5.1.0-beta1-fix-typo-in-conf_load_autofs_defaults.patch

304803
autofs-5.1.0-beta1 - fix typo in conf_load_autofs_defaults()
304803
304803
From: Ian Kent <raven@themaw.net>
304803
304803
304803
---
304803
 CHANGELOG      |    1 +
304803
 lib/defaults.c |    2 +-
304803
 2 files changed, 2 insertions(+), 1 deletion(-)
304803
304803
--- autofs-5.0.7.orig/CHANGELOG
304803
+++ autofs-5.0.7/CHANGELOG
304803
@@ -119,6 +119,7 @@
304803
 - fix old style key lookup.
304803
 - fix expire when server not responding.
304803
 - fix ldap_uri config update.
304803
+- fix typo in conf_load_autofs_defaults().
304803
 
304803
 25/07/2012 autofs-5.0.7
304803
 =======================
304803
--- autofs-5.0.7.orig/lib/defaults.c
304803
+++ autofs-5.0.7/lib/defaults.c
304803
@@ -320,7 +320,7 @@ static int conf_load_autofs_defaults(voi
304803
 	if (ret == CFG_FAIL)
304803
 		goto error;
304803
 
304803
-	/* LDAP_URI nad SEARCH_BASE can occur multiple times */
304803
+	/* LDAP_URI and SEARCH_BASE can occur multiple times */
304803
 	while ((co = conf_lookup(sec, NAME_LDAP_URI)))
304803
 		conf_delete(co->section, co->name);
304803