src/protocols/yahoo/yahoo_filexfer.c

changeset 9227
95c28297b72c
parent 9164
46904c930b6e
child 9306
3df21f4d438b
--- 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;
 	}

mercurial