mirror of https://git.code.sf.net/p/isync/isync
Browse Source
turns out that poll() may (and on linux does) signal POLLERR on connection failure. this is unlike select(), which is specified to signal write readiness in every case. consequently, check whether we are connecting before checking for POLLERR.wip/maildir-uid-dupes-test
Oswald Buddenhagen
12 years ago
1 changed files with 5 additions and 5 deletions
Loading…
Reference in new issue