comparison libpurple/protocols/msn/servconn.c @ 17533:7a493fc1e763

We should surface this error to the user when calling purple_connection_error(), but I don't feel like mucking with this code right now, and this is better than nothing
author Mark Doliner <mark@kingant.net>
date Thu, 07 Jun 2007 06:26:06 +0000
parents 32c366eeeb99
children 5c0f2eab43d9
comparison
equal deleted inserted replaced
17532:efb5d0fe4895 17533:7a493fc1e763
193 servconn->inpa = purple_input_add(servconn->fd, PURPLE_INPUT_READ, 193 servconn->inpa = purple_input_add(servconn->fd, PURPLE_INPUT_READ,
194 read_cb, data); 194 read_cb, data);
195 } 195 }
196 else 196 else
197 { 197 {
198 purple_debug_error("msn", "Connection error: %s\n", error_message);
198 msn_servconn_got_error(servconn, MSN_SERVCONN_ERROR_CONNECT); 199 msn_servconn_got_error(servconn, MSN_SERVCONN_ERROR_CONNECT);
199 } 200 }
200 } 201 }
201 202
202 gboolean 203 gboolean