summaryrefslogtreecommitdiff
path: root/main/openvpn/src/openvpn/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/openvpn/src/openvpn/init.c')
-rw-r--r--main/openvpn/src/openvpn/init.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/openvpn/src/openvpn/init.c b/main/openvpn/src/openvpn/init.c
index a866b7d6..4e79bfcf 100644
--- a/main/openvpn/src/openvpn/init.c
+++ b/main/openvpn/src/openvpn/init.c
@@ -1,4 +1,4 @@
- /*
+/*
* OpenVPN -- An application to securely tunnel IP networks
* over a single TCP/UDP port, with support for SSL/TLS-based
* session authentication and key exchange,
@@ -131,7 +131,8 @@ management_callback_proxy_cmd (void *arg, const char **p)
msg (M_WARN, "HTTP proxy support is not available");
#else
struct http_proxy_options *ho;
- if (ce->proto != PROTO_TCP && ce->proto != PROTO_TCP_CLIENT ) {
+ if (ce->proto != PROTO_TCP && ce->proto != PROTO_TCP_CLIENT )
+ {
msg (M_WARN, "HTTP proxy support only works for TCP based connections");
return false;
}