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