]> granicus.if.org Git - sudo/commit
Break up io_callback() into read_callback() and write_callback()
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 9 May 2016 16:53:20 +0000 (10:53 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 9 May 2016 16:53:20 +0000 (10:53 -0600)
commitb04c49dbd312e2effdada1b3e9fcbd63eb26149c
tree2388c8c3be52ff10a11966aa1d78ee6dcff08e92
parent094854adfee86565230b1a737ae50bef6840c640
Break up io_callback() into read_callback() and write_callback()
to make it clear that we can't get an event with both read and write
set.
src/exec_pty.c