Skip to content

Commit

Permalink
Fix recv_errors typo
Browse files Browse the repository at this point in the history
  • Loading branch information
David Bach committed Mar 18, 2019
1 parent dc62173 commit 038d659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ fn main() {
}

poll.reregister(
&recv_results,
&recv_errors,
ERRORS,
Ready::readable(),
PollOpt::edge() | PollOpt::oneshot(),
Expand Down

0 comments on commit 038d659

Please sign in to comment.