--- a/src/protocols/yahoo/yahoo_filexfer.c Sun Jun 06 20:56:54 2004 +0000 +++ b/src/protocols/yahoo/yahoo_filexfer.c Mon Jun 07 04:01:00 2004 +0000 @@ -441,7 +441,7 @@ /* Setup the Yahoo-specific file transfer data */ xfer_data = g_new0(struct yahoo_xfer_data, 1); xfer_data->gc = gc; - if (!gaim_url_parse(url, &(xfer_data->host), &(xfer_data->port), &(xfer_data->path))) { + if (!gaim_url_parse(url, &(xfer_data->host), &(xfer_data->port), &(xfer_data->path), NULL, NULL)) { g_free(xfer_data); return; }