diff src/protocols/yahoo/yahoo_filexfer.c @ 10651:8fbab42659c2

[gaim-migrate @ 12176] commit some stuff to head that was already committed to oldstatus because having two trees is twice the fun committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Sat, 05 Mar 2005 18:40:38 +0000
parents 71478e6a6074
children f2e86683cafc
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo_filexfer.c	Thu Mar 03 01:33:00 2005 +0000
+++ b/src/protocols/yahoo/yahoo_filexfer.c	Sat Mar 05 18:40:38 2005 +0000
@@ -74,8 +74,8 @@
 	xfer->fd = source;
 	gaim_xfer_start(xfer, source, NULL, 0);
 
-	buf = g_strdup_printf("GET http://%s:%d/%s HTTP/1.0\r\nHost: %s\r\n\r\n",
-			      xd->host, xd->port, xd->path, xd->host);
+	buf = g_strdup_printf("GET /%s HTTP/1.0\r\nHost: %s\r\n\r\n",
+			      xd->path, xd->host);
 	write(xfer->fd, buf, strlen(buf));
 	g_free(buf);