Ignore:
Timestamp:
2016-11-13T19:52:43Z (7 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
ea90275
Parents:
fca4683
Message:

imcb_file_send_start: handle ft attempts from non-existing users

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/bee_ft.c

    rfca4683 r701ab812  
    3131        bee_user_t *bu = bee_user_by_handle(bee, ic, handle);
    3232
    33         if (bee->ui->ft_in_start) {
     33        if (bee->ui->ft_in_start && bu) {
    3434                return bee->ui->ft_in_start(bee, bu, file_name, file_size);
    3535        } else {
Note: See TracChangeset for help on using the changeset viewer.