Skip to content
Snippets Groups Projects
Commit eb94d0d6 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix fake error generation.

parent a582cfbf
No related branches found
No related tags found
No related merge requests found
......@@ -307,7 +307,7 @@ ber_flush( Sockbuf *sb, BerElement *ber, int freeit )
/* fake error if write was not atomic */
if (rc < towrite) {
#if !defined(MACOS) && !defined(DOS)
#ifdef EMSGSIZE
errno = EMSGSIZE;
#endif
return( -1 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment