| 150 PurpleConnection *gc = purple_account_get_connection(account); |
150 PurpleConnection *gc = purple_account_get_connection(account); |
| 151 guint8 *buf; |
151 guint8 *buf; |
| 152 gint size; |
152 gint size; |
| 153 /* FIXME: It seems that the transfer never use a packet |
153 /* FIXME: It seems that the transfer never use a packet |
| 154 * larger than 1500 bytes, so if it happened to be a |
154 * larger than 1500 bytes, so if it happened to be a |
| 155 * larger packet, either error occured or protocol should |
155 * larger packet, either error occurred or protocol should |
| 156 * be modified |
156 * be modified |
| 157 */ |
157 */ |
| 158 ft_info *info; |
158 ft_info *info; |
| 159 info = xfer->data; |
159 info = xfer->data; |
| 160 g_return_if_fail (source == info->recv_fd); |
160 g_return_if_fail (source == info->recv_fd); |