| 269 g_free(encoded_filename); |
269 g_free(encoded_filename); |
| 270 g_free(filename); |
270 g_free(filename); |
| 271 |
271 |
| 272 content_length = YAHOO_PACKET_HDRLEN + yahoo_packet_length(pkt); |
272 content_length = YAHOO_PACKET_HDRLEN + yahoo_packet_length(pkt); |
| 273 |
273 |
| 274 pkt_buf_len = yahoo_packet_build(pkt, 8, FALSE, yd->jp, &pkt_buf); |
274 pkt_buf_len = yahoo_packet_build(pkt, 4, FALSE, yd->jp, &pkt_buf); |
| 275 yahoo_packet_free(pkt); |
275 yahoo_packet_free(pkt); |
| 276 |
276 |
| 277 host = purple_account_get_string(account, "xfer_host", YAHOO_XFER_HOST); |
277 host = purple_account_get_string(account, "xfer_host", YAHOO_XFER_HOST); |
| 278 port = purple_account_get_int(account, "xfer_port", YAHOO_XFER_PORT); |
278 port = purple_account_get_int(account, "xfer_port", YAHOO_XFER_PORT); |
| 279 header = g_strdup_printf( |
279 header = g_strdup_printf( |