forked from pool/apache2-mod_nss
11 lines
328 B
Diff
11 lines
328 B
Diff
|
--- 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) {
|