mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08: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);
|
||||
|
||||
#else
|
||||
(void) mod_name;
|
||||
*mod_name = "";
|
||||
return (0);
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user