mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-05-28 04:03:29 -04:00
Windows: fix unused function setenv_foreign_option
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com> Acked-by: Lev Stipakov <lstipakov@gmail.com> Message-Id: <20230203191440.136050-2-frank@lichtenheld.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg26145.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
This commit is contained in:
parent
b761cb9bc9
commit
8aeec3aa36
1 changed files with 2 additions and 0 deletions
|
|
@ -1041,6 +1041,7 @@ setenv_settings(struct env_set *es, const struct options *o)
|
|||
}
|
||||
}
|
||||
|
||||
#ifndef _WIN32
|
||||
static void
|
||||
setenv_foreign_option(struct options *o, const char *argv[], int len, struct env_set *es)
|
||||
{
|
||||
|
|
@ -1078,6 +1079,7 @@ setenv_foreign_option(struct options *o, const char *argv[], int len, struct env
|
|||
gc_free(&gc);
|
||||
}
|
||||
}
|
||||
#endif /* ifndef _WIN32 */
|
||||
|
||||
static in_addr_t
|
||||
get_ip_addr(const char *ip_string, int msglevel, bool *error)
|
||||
|
|
|
|||
Loading…
Reference in a new issue