summaryrefslogtreecommitdiff
path: root/libmu_auth
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2016-10-22 16:53:48 +0300
committerSergey Poznyakoff <gray@gnu.org>2016-10-22 16:53:48 +0300
commit6856669720c066769f82b90fee521fd05794dec0 (patch)
treefebfcae8315fc0813fe13acb662dec3fac5ad2f2 /libmu_auth
parentd153077cd608fc034e61e046c59ff46159223b31 (diff)
downloadmailutils-6856669720c066769f82b90fee521fd05794dec0.tar.gz
mailutils-6856669720c066769f82b90fee521fd05794dec0.tar.bz2
Bugfixes
* libmu_auth/ldap.c: Fix compilation without ldap * mh/mh_getopt.c: Fix version output to match what MH-E expects
Diffstat (limited to 'libmu_auth')
-rw-r--r--libmu_auth/ldap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libmu_auth/ldap.c b/libmu_auth/ldap.c
index 246f80278..c886e716e 100644
--- a/libmu_auth/ldap.c
+++ b/libmu_auth/ldap.c
@@ -920,10 +920,11 @@ mu_auth_ldap_user_by_uid (struct mu_auth_data **return_data,
#else
-# define mu_ldap_module_init NULL
+# define module_init NULL
# define mu_ldap_authenticate mu_auth_nosupport
# define mu_auth_ldap_user_by_name mu_auth_nosupport
# define mu_auth_ldap_user_by_uid mu_auth_nosupport
+# define mu_ldap_param NULL
#endif

Return to:

Send suggestions and report system problems to the System administrator.