Changeset d45051e in code for icbd.c


Ignore:
Timestamp:
Jun 17, 2014, 11:31:02 AM (11 years ago)
Author:
Mike Belopuhov <mike@…>
Branches:
master
Children:
9440414
Parents:
383d37b
git-author:
Mike Belopuhov <mike@…> (06/17/14 11:30:10)
git-committer:
Mike Belopuhov <mike@…> (06/17/14 11:31:02)
Message:

make sure to abort bufferevent processing after icbd_drop was called

File:
1 edited

Legend:

Unmodified
Added
Removed
  • icbd.c

    r383d37b rd45051e  
    386386                is->buffer[MIN(is->rlen, ICB_MSGSIZE - 1)] = '\0';
    387387                /* process the message in full */
    388                 icb_input(is);
     388                if (icb_input(is))
     389                        return;
    389390                is->rlen = is->length = 0;
    390391        }
Note: See TracChangeset for help on using the changeset viewer.