From 464177724ae9b769e214884993f124865017b2eb Mon Sep 17 00:00:00 2001 From: wrowe Date: Sun, 14 Oct 2007 06:47:36 +0000 Subject: Small cut and paste 'feature'. (Ok, can't be a feature if it doesn't even compile). git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@584497 13f79535-47bb-0310-9956-ffa450edef68 --- file_io/unix/pipe.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'file_io/unix') diff --git a/file_io/unix/pipe.c b/file_io/unix/pipe.c index 4735a278b..981170eaf 100644 --- a/file_io/unix/pipe.c +++ b/file_io/unix/pipe.c @@ -229,10 +229,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: -- cgit v1.2.1