mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Use an empty '*mod_name'.
This commit is contained in:
parent
b91421b107
commit
6b1e54da62
@ -160,7 +160,7 @@ static int DynaOpen(const char **mod_name)
|
|||||||
return (libldap != NULL);
|
return (libldap != NULL);
|
||||||
|
|
||||||
#else
|
#else
|
||||||
(void) mod_name;
|
*mod_name = "";
|
||||||
return (0);
|
return (0);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user