Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
d45051e
in code for
icbd.c
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
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
icbd.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
icbd.c
r383d37b
rd45051e
386
386
is->buffer[MIN(is->rlen, ICB_MSGSIZE - 1)] = '\0';
387
387
/* process the message in full */
388
icb_input(is);
388
if (icb_input(is))
389
return;
389
390
is->rlen = is->length = 0;
390
391
}
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive