From 6b1e54da625c4217d3fabee026f7f750ecb1fadc Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Tue, 1 Nov 2005 16:27:27 +0000 Subject: Use an empty '*mod_name'. --- lib/ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ldap.c') diff --git a/lib/ldap.c b/lib/ldap.c index 729b4e2ab..9c877e19f 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 } -- cgit v1.2.3