| 221 { |
221 { |
| 222 /* HTTP Connection. */ |
222 /* HTTP Connection. */ |
| 223 |
223 |
| 224 if (!servconn->httpconn->connected) |
224 if (!servconn->httpconn->connected) |
| 225 if (!msn_httpconn_connect(servconn->httpconn, host, port)) |
225 if (!msn_httpconn_connect(servconn->httpconn, host, port)) |
| 226 return FALSE;; |
226 return FALSE; |
| 227 |
227 |
| 228 servconn->connected = TRUE; |
228 servconn->connected = TRUE; |
| 229 servconn->httpconn->virgin = TRUE; |
229 servconn->httpconn->virgin = TRUE; |
| 230 |
230 |
| 231 /* Someone wants to know we connected. */ |
231 /* Someone wants to know we connected. */ |