Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ruti committed May 4, 2024
1 parent 91c1bfe commit 325d96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conev.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ struct eval *add_event(struct poolhd *pool, enum eid type,
memset(val, 0, sizeof(*val));

val->fd = fd;
val->index = pool->count;
val->index = c;
val->type = type;

#ifndef NOEPOLL
Expand Down

0 comments on commit 325d96e

Please sign in to comment.