From: Gisle Vanem Date: Tue, 1 Nov 2005 16:27:27 +0000 (+0000) Subject: Use an empty '*mod_name'. X-Git-Tag: curl-7_15_1~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b1e54da625c4217d3fabee026f7f750ecb1fadc;p=thirdparty%2Fcurl.git Use an empty '*mod_name'. --- 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 }