diff options
Diffstat (limited to 'src/IO/http.c')
-rw-r--r-- | src/IO/http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IO/http.c b/src/IO/http.c index f9b483fa..5c0250f1 100644 --- a/src/IO/http.c +++ b/src/IO/http.c @@ -320,7 +320,7 @@ static int Http_connect_socket(ChainLink *Info) break; } #endif - } + }/*switch*/ MSG_BW(S->web, 1, "Contacting host..."); status = connect(S->SockFD, (struct sockaddr *)&name, socket_len); |