comparison src/protocols/oscar/ft.c @ 2764:b8967c961056

[gaim-migrate @ 2777] eh. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 19 Nov 2001 12:23:40 +0000
parents 03bf072c6238
children e63cd7fdd9eb
comparison
equal deleted inserted replaced
2763:477a035d81e5 2764:b8967c961056
97 97
98 if ((userfunc = aim_callhandler(sess, newconn, AIM_CB_FAM_OFT, AIM_CB_OFT_GETFILEINITIATE))) 98 if ((userfunc = aim_callhandler(sess, newconn, AIM_CB_FAM_OFT, AIM_CB_OFT_GETFILEINITIATE)))
99 ret = userfunc(sess, NULL, newconn, cur); 99 ret = userfunc(sess, NULL, newconn, cur);
100 #endif 100 #endif
101 } else { 101 } else {
102 faimdprintf(sess, 1,"Got a Connection on a listener that's not Rendezvous(??!) Closing conn.\n"); 102 faimdprintf(sess, 1, "Got a Connection on a listener that's not Rendezvous.\n");
103 aim_conn_close(newconn); 103 aim_conn_close(newconn);
104 ret = -1; 104 ret = -1;
105 } 105 }
106 106
107 return ret; 107 return ret;