diff options
author | jcid <devnull@localhost> | 2007-10-29 23:18:25 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2007-10-29 23:18:25 +0100 |
commit | ffb17459b3ccb49ae0cfbe5ae2cd8d63a458d5d5 (patch) | |
tree | 0c3080b18b37b2fd6230c56a385f7500291d06cf /src/IO/http.c | |
parent | 989a4d35b5f43bc72bfd930d409362fbc1a48a3f (diff) |
Fixed a subtle bug in klist that was affecting IO.
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); |