summaryrefslogtreecommitdiffstats
path: root/mod_nss-reseterror.patch
blob: 73ac3e41847d3d0456b23c4d532f16d39b0ff35f (plain)
1
2
3
4
5
6
7
8
9
10
--- mod_nss-1.0.8.orig/nss_engine_io.c	2010-09-23 18:12:56.000000000 -0400
+++ mod_nss-1.0.8/nss_engine_io.c	2010-09-23 18:13:07.000000000 -0400
@@ -348,6 +348,7 @@
             break;
         }
 
+        PR_SetError(0, 0);
         rc = PR_Read(inctx->filter_ctx->pssl, buf + bytes, wanted - bytes);
 
         if (rc > 0) {