]> git.pld-linux.org Git - packages/autofs.git/blame - autofs-5.0.2-dynamic-logging-non-sasl.patch
- rel.1, lets try
[packages/autofs.git] / autofs-5.0.2-dynamic-logging-non-sasl.patch
CommitLineData
3d551623
PG
1diff --git a/CHANGELOG b/CHANGELOG
2index f8260b1..be50aad 100644
3--- a/CHANGELOG
4+++ b/CHANGELOG
5@@ -44,6 +44,7 @@
6 - fix schema selection in LDAP schema discovery.
7 - update negative mount timeout handling.
8 - fix large group handling (Ryan Thomas).
9+- fix for dynamic logging breaking non-sasl build (Guillaume Rousse)
10
11 18/06/2007 autofs-5.0.2
12 -----------------------
13diff --git a/modules/lookup_ldap.c b/modules/lookup_ldap.c
14index bad48bb..93a1b40 100644
15--- a/modules/lookup_ldap.c
16+++ b/modules/lookup_ldap.c
17@@ -579,7 +579,9 @@ static LDAP *do_reconnect(unsigned logopt, struct lookup_context *ctxt)
18 list_add_tail(&this->list, ctxt->uri);
19 }
20
21+#ifdef WITH_SASL
22 autofs_sasl_done(ctxt);
23+#endif
24
25 /* Current server failed connect, try the rest */
26 ldap = find_server(logopt, ctxt);
This page took 0.046198 seconds and 4 git commands to generate.