libpurple/protocols/jabber/si.c

changeset 30626
bec413ce77c7
parent 30474
3f649d2041db
child 30706
612b36b49058
equal deleted inserted replaced
30625:5b4b766c27d9 30626:bec413ce77c7
1732 return; 1732 return;
1733 1733
1734 /* if they've already sent us this file transfer with the same damn id 1734 /* if they've already sent us this file transfer with the same damn id
1735 * then we're gonna ignore it, until I think of something better to do 1735 * then we're gonna ignore it, until I think of something better to do
1736 * with it */ 1736 * with it */
1737 if((xfer = jabber_si_xfer_find(js, stream_id, from))) 1737 if(jabber_si_xfer_find(js, stream_id, from) != NULL)
1738 return; 1738 return;
1739 1739
1740 jsx = g_new0(JabberSIXfer, 1); 1740 jsx = g_new0(JabberSIXfer, 1);
1741 jsx->local_streamhost_fd = -1; 1741 jsx->local_streamhost_fd = -1;
1742 1742

mercurial