Skip to content

Commit

Permalink
Fix previous fix (using Travis as a time-sharing system again)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Sustrik <[email protected]>
  • Loading branch information
sustrik committed Jun 5, 2016
1 parent 680aff6 commit bb5f3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kqueue.inc
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ void dill_pollset_clean(int fd) {
fdi->currevs = 0;
/* If needed, remove the fd from the changelist. */
if(fdi->next) {
uint32_t *pidx = &dill_changelist->next;
uint32_t *pidx = &dill_changelist;
while(1) {
dill_assert(*pidx != 0 && *pidx != DILL_ENDLIST);
if(*pidx - 1 == fd) break;
Expand Down

0 comments on commit bb5f3f2

Please sign in to comment.