[389-commits] mod_nss nss_engine_io.c,1.9,1.10

rcritten rcritten at fedoraproject.org
Wed Nov 11 18:20:42 UTC 2009


Author: rcritten

Update of /cvs/dirsec/mod_nss
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20830

Modified Files:
	nss_engine_io.c 
Log Message:
Fix another place we should set PR_WOULD_BLOCK_ERROR during a read.



Index: nss_engine_io.c
===================================================================
RCS file: /cvs/dirsec/mod_nss/nss_engine_io.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- nss_engine_io.c	19 Feb 2009 02:31:18 -0000	1.9
+++ nss_engine_io.c	11 Nov 2009 18:20:39 -0000	1.10
@@ -278,6 +278,7 @@
 
     if (APR_STATUS_IS_EAGAIN(inctx->rc)
             || APR_STATUS_IS_EINTR(inctx->rc)) {
+        PR_SetError(PR_WOULD_BLOCK_ERROR, 0);
         return (int)inl;
     }
 




More information about the Fedora-directory-commits mailing list