From 6b1e54da625c4217d3fabee026f7f750ecb1fadc Mon Sep 17 00:00:00 2001
From: Gisle Vanem <gvanem@broadpark.no>
Date: Tue, 1 Nov 2005 16:27:27 +0000
Subject: [PATCH] Use an empty '*mod_name'.

---
 lib/ldap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/ldap.c b/lib/ldap.c
index 729b4e2abc..9c877e19fc 100644
--- a/lib/ldap.c
+++ b/lib/ldap.c
@@ -160,7 +160,7 @@ static int DynaOpen(const char **mod_name)
   return (libldap != NULL);
 
 #else
-  (void) mod_name;
+  *mod_name = "";
   return (0);
 #endif
 }
-- 
GitLab