]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Refactor exhaust_read_fd()'s return value
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Thu, 29 Aug 2024 22:49:55 +0000 (16:49 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Thu, 29 Aug 2024 22:49:55 +0000 (16:49 -0600)
commit9d1bc4e695a1667a5f84778c0ef874b7afa23159
treef6e69cca8a14b0a5f9f662b7417303ea0b11e22d
parent01a5b5b8667a845eb814bdd1addccd316b5c3148
Refactor exhaust_read_fd()'s return value

Allows the unit test to tell the difference between timeout and error.
src/rsync/rsync.c
test/rsync/rsync_test.c