src/protocols/yahoo/yahoo_filexfer.c

changeset 13144
e8c3eafab5f8
parent 12412
8abe3226695e
child 13201
8c224ef70efa
equal deleted inserted replaced
13143:d0a29ff182c8 13144:e8c3eafab5f8
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 }

mercurial