]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix #5097 on Windows, too
authorRobert Ransom <rransom.8774@gmail.com>
Sun, 12 Feb 2012 23:44:10 +0000 (15:44 -0800)
committerNick Mathewson <nickm@torproject.org>
Mon, 13 Feb 2012 00:13:17 +0000 (19:13 -0500)
src/or/transports.c

index c7a63cbecb1d5316c91c3dcc32723fa970a349a2..3d8e11dd664fea9bf2ef18b81aa5cb48a1de5695 100644 (file)
@@ -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);