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

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