| 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 |