| 1113:6aacb1facfea | 1114:a1e5c60bd23d |
|---|---|
| 769 g_free(g->sn); | 769 g_free(g->sn); |
| 770 g_free(g); | 770 g_free(g); |
| 771 } | 771 } |
| 772 | 772 |
| 773 static int accept_getfile(gpointer w, struct ask_getfile *g) { | 773 static int accept_getfile(gpointer w, struct ask_getfile *g) { |
| 774 /* | |
| 774 struct gaim_connection *gc = g->gc; | 775 struct gaim_connection *gc = g->gc; |
| 775 | 776 |
| 776 /* | |
| 777 if ((newconn = aim_accepttransfer(od->sess, od->conn, g->sn, g->cookie, g->ip, od->sess->oft.listing, AIM_CAPS_GETFILE)) == NULL) { | 777 if ((newconn = aim_accepttransfer(od->sess, od->conn, g->sn, g->cookie, g->ip, od->sess->oft.listing, AIM_CAPS_GETFILE)) == NULL) { |
| 778 cancel_getfile(w, g); | 778 cancel_getfile(w, g); |
| 779 return; | 779 return; |
| 780 } | 780 } |
| 781 */ | 781 */ |