diff options
-rw-r--r-- | src/common/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/server.c b/src/common/server.c index 75b2e005..657030ba 100644 --- a/src/common/server.c +++ b/src/common/server.c @@ -1511,7 +1511,7 @@ server_child (server * serv) if (FALSE) ; #ifdef USE_LIBPROXY - } else if (prefs.proxy_type == 5) + else if (prefs.proxy_type == 5) { char **proxy_list; char *url, *proxy; |