summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Kew <niq@apache.org>2020-09-30 13:54:18 +0000
committerNick Kew <niq@apache.org>2020-09-30 13:54:18 +0000
commitc7b1fbfb15777ae3ecdc713979c0a0297973f927 (patch)
tree2597ff0d2e337e894ea51a82a886201c170b8e75
parent0e80b3a3dd79f4f46c14395a6e7b985b6544eb3a (diff)
downloadapr-c7b1fbfb15777ae3ecdc713979c0a0297973f927.tar.gz
PR 63491
Update 1.7 win32 blocking in line with trunk and 1.6.x git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1882155 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--file_io/win32/pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file_io/win32/pipe.c b/file_io/win32/pipe.c
index 8087fe155..dd8ef1352 100644
--- a/file_io/win32/pipe.c
+++ b/file_io/win32/pipe.c
@@ -76,7 +76,7 @@ APR_DECLARE(apr_status_t) apr_file_pipe_create_ex(apr_file_t **in,
apr_int32_t blocking,
apr_pool_t *p)
{
- return apr_file_pipe_create_pools(in, out, APR_FULL_BLOCK, p, p);
+ return apr_file_pipe_create_pools(in, out, blocking, p, p);
}
APR_DECLARE(apr_status_t) apr_file_pipe_create_pools(apr_file_t **in,