summaryrefslogtreecommitdiff
path: root/mailbox/streamcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'mailbox/streamcpy.c')
-rw-r--r--mailbox/streamcpy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mailbox/streamcpy.c b/mailbox/streamcpy.c
index 7b2d70bf2..ec56a7ade 100644
--- a/mailbox/streamcpy.c
+++ b/mailbox/streamcpy.c
@@ -69,6 +69,8 @@ mu_stream_copy (mu_stream_t dst, mu_stream_t src, size_t size)
size -= pos;
break;
+ case EACCES:
+ mu_stream_clearerr (src);
case ENOSYS:
break;

Return to:

Send suggestions and report system problems to the System administrator.