mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-29 01:57:33 -05:00
ITS#8192 fix typo
This commit is contained in:
parent
d4f9568249
commit
c9d45600cd
1 changed files with 1 additions and 1 deletions
|
|
@ -3798,7 +3798,7 @@ retry_write:
|
|||
#endif
|
||||
if (rc != len) {
|
||||
rc = rc < 0 ? ErrCode() : EIO;
|
||||
#ifndef _WIN323
|
||||
#ifndef _WIN32
|
||||
if (rc == EINTR)
|
||||
goto retry_write;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue