mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Fix #5097 on Windows, too
This commit is contained in:
parent
0e9663d439
commit
93dbc17a1a
@ -1000,8 +1000,6 @@ set_managed_proxy_environment(LPVOID *envp, const managed_proxy_t *mp)
|
||||
bindaddr_tmp = get_bindaddr_for_server_proxy(mp);
|
||||
tor_asprintf(&bindaddr_env, "TOR_PT_SERVER_BINDADDR=%s", bindaddr_tmp);
|
||||
|
||||
strcpy(extended_env, "TOR_PT_EXTENDED_SERVER_PORT=127.0.0.1:4200");
|
||||
|
||||
smartlist_add(envs, orport_env);
|
||||
smartlist_add(envs, extended_env);
|
||||
smartlist_add(envs, bindaddr_env);
|
||||
|
Loading…
Reference in New Issue
Block a user