[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apr-cvs
Subject:    svn commit: r1882155 - /apr/apr/branches/1.7.x/file_io/win32/pipe.c
From:       niq () apache ! org
Date:       2020-09-30 13:54:18
Message-ID: 20200930135418.B923117A668 () svn01-us-east ! apache ! org
[Download RAW message or body]

Author: niq
Date: Wed Sep 30 13:54:18 2020
New Revision: 1882155

URL: http://svn.apache.org/viewvc?rev=1882155&view=rev
Log:
PR 63491
Update 1.7 win32 blocking in line with trunk and 1.6.x

Modified:
    apr/apr/branches/1.7.x/file_io/win32/pipe.c

Modified: apr/apr/branches/1.7.x/file_io/win32/pipe.c
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.7.x/file_io/win32/pipe.c?rev=1882155&r1=1882154&r2=1882155&view=diff
 ==============================================================================
--- apr/apr/branches/1.7.x/file_io/win32/pipe.c (original)
+++ apr/apr/branches/1.7.x/file_io/win32/pipe.c Wed Sep 30 13:54:18 2020
@@ -76,7 +76,7 @@ APR_DECLARE(apr_status_t) apr_file_pipe_
                                                   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,


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic