Skip to content
Snippets Groups Projects
Commit 6b1e54da authored by Gisle Vanem's avatar Gisle Vanem
Browse files

Use an empty '*mod_name'.

parent b91421b1
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ static int DynaOpen(const char **mod_name)
return (libldap != NULL);
#else
(void) mod_name;
*mod_name = "";
return (0);
#endif
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment