| 62 "AAA - in yahoo_receivefile_connected\n"); |
62 "AAA - in yahoo_receivefile_connected\n"); |
| 63 if (!(xfer = data)) |
63 if (!(xfer = data)) |
| 64 return; |
64 return; |
| 65 if (!(xd = xfer->data)) |
65 if (!(xd = xfer->data)) |
| 66 return; |
66 return; |
| 67 if (source < 0) { |
67 if ((source < 0) || (xd->path == NULL) || (xd->host == NULL)) { |
| 68 gaim_xfer_error(GAIM_XFER_RECEIVE, gaim_xfer_get_account(xfer), |
68 gaim_xfer_error(GAIM_XFER_RECEIVE, gaim_xfer_get_account(xfer), |
| 69 xfer->who, _("Unable to connect.")); |
69 xfer->who, _("Unable to connect.")); |
| 70 gaim_xfer_cancel_remote(xfer); |
70 gaim_xfer_cancel_remote(xfer); |
| 71 return; |
71 return; |
| 72 } |
72 } |