comparison src/protocols/msn/slp.c @ 11573:e3e21a3b2975

[gaim-migrate @ 13842] This closes the file handle when the file transfer is done. As far as I can tell, everything else still works correctly. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 28 Sep 2005 04:02:35 +0000
parents 922782381027
children ecd49b9a48b7
comparison
equal deleted inserted replaced
11572:7be60d01519f 11573:e3e21a3b2975
154 void 154 void
155 msn_xfer_completed_cb(MsnSlpCall *slpcall, const guchar *body, 155 msn_xfer_completed_cb(MsnSlpCall *slpcall, const guchar *body,
156 gsize size) 156 gsize size)
157 { 157 {
158 gaim_xfer_set_completed(slpcall->xfer, TRUE); 158 gaim_xfer_set_completed(slpcall->xfer, TRUE);
159 msn_slp_call_close(slpcall);
159 } 160 }
160 161
161 /************************************************************************** 162 /**************************************************************************
162 * SLP Control 163 * SLP Control
163 **************************************************************************/ 164 **************************************************************************/