summaryrefslogtreecommitdiff
path: root/file_io/netware
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2007-10-14 06:47:36 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2007-10-14 06:47:36 +0000
commitc7c9b58112b9476c35007395fee3756b9b2325a8 (patch)
treeb6cf7f01dd06394a4e317463d567bdc3165b888f /file_io/netware
parent697edb7b402ab39333f4b1e609926416ceaa87ef (diff)
downloadapr-c7c9b58112b9476c35007395fee3756b9b2325a8.tar.gz
Small cut and paste 'feature'. (Ok, can't be a feature if it doesn't even compile).
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@584497 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'file_io/netware')
-rw-r--r--file_io/netware/pipe.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/file_io/netware/pipe.c b/file_io/netware/pipe.c
index 3bc370076..ecbc45225 100644
--- a/file_io/netware/pipe.c
+++ b/file_io/netware/pipe.c
@@ -184,10 +184,8 @@ APR_DECLARE(apr_status_t) apr_file_pipe_create_ex(apr_file_t **in,
{
apr_status_t status;
- if ((status = apr_file_pipe_create(in, out, attr->pool))
- != APR_SUCCESS) {
+ if ((status = apr_file_pipe_create(in, out, pool)) != APR_SUCCESS)
return status;
- }
switch (blocking) {
case APR_FULL_BLOCK: