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

*** empty log message ***

parent 30d3d767
Branches
Tags
No related merge requests found
......@@ -236,7 +236,7 @@ ber_flush( Sockbuf *sb, BerElement *ber, int freeit )
ber->ber_rwptr, towrite );
}
#if !defined(MACOS) && !defined(DOS)
#if HAVE_WRITE || (!defined(MACOS) && !(defined(DOS) && !defined(_WIN32)))
if ( sb->sb_options & (LBER_TO_FILE | LBER_TO_FILE_ONLY) ) {
rc = write( sb->sb_fd, ber->ber_rwptr, towrite );
if ( sb->sb_options & LBER_TO_FILE_ONLY ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment