Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
eb94d0d6
Commit
eb94d0d6
authored
Oct 20, 1998
by
Kurt Zeilenga
Browse files
Fix fake error generation.
parent
a582cfbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/liblber/io.c
View file @
eb94d0d6
...
...
@@ -307,7 +307,7 @@ ber_flush( Sockbuf *sb, BerElement *ber, int freeit )
/* fake error if write was not atomic */
if
(
rc
<
towrite
)
{
#if
!
def
ined(MACOS) && !defined(DOS)
#ifdef
EMSGSIZE
errno
=
EMSGSIZE
;
#endif
return
(
-
1
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment