diff options
Diffstat (limited to 'src/common/server.c')
-rw-r--r-- | src/common/server.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/server.c b/src/common/server.c index dd43adff..99894687 100644 --- a/src/common/server.c +++ b/src/common/server.c @@ -1558,8 +1558,9 @@ server_child (server * serv) g_strfreev (proxy_list); g_free (url); + } #endif - } else if (prefs.proxy_host[0] && + else if (prefs.proxy_host[0] && prefs.proxy_type > 0 && prefs.proxy_use != 2) /* proxy is NOT dcc-only */ { |