diff src/oscar.c @ 1114:c61f9c384413

[gaim-migrate @ 1124] update to STATUS, pass -Wall, and fix some applet stupidity for failed signons. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 21 Nov 2000 01:00:45 +0000
parents 5bc8fdacd2cb
children 65e0608e19f7
line wrap: on
line diff
--- a/src/oscar.c	Tue Nov 21 00:16:44 2000 +0000
+++ b/src/oscar.c	Tue Nov 21 01:00:45 2000 +0000
@@ -771,9 +771,9 @@
 }
 
 static int accept_getfile(gpointer w, struct ask_getfile *g) {
+	/*
 	struct gaim_connection *gc = g->gc;
 
-	/*
 	if ((newconn = aim_accepttransfer(od->sess, od->conn, g->sn, g->cookie, g->ip, od->sess->oft.listing, AIM_CAPS_GETFILE)) == NULL) {
 		cancel_getfile(w, g);
 		return;