Use an empty '*mod_name'.

This commit is contained in:
Gisle Vanem 2005-11-01 16:27:27 +00:00
parent b91421b107
commit 6b1e54da62

View File

@ -160,7 +160,7 @@ static int DynaOpen(const char **mod_name)
return (libldap != NULL);
#else
(void) mod_name;
*mod_name = "";
return (0);
#endif
}