From: "Jeff Trawick" <[EMAIL PROTECTED]>
Sent: Monday, July 23, 2001 11:23 AM
;dev

> apr_pipe_create() sets apr_file_t->fname to
> 
>   apr_pstrdup(p, "PIPE")
> 
>   (why not just "")
> 
> Why not leave it NULL?  I don't see any code to retrieve it.
> Presumably if somebody is looking at the structure in memory they'll
> realize that NULL is okay since it is a pipe.

I made this change to the win32 code some time back.  No adverse affects :)
Feel free to just port that change forward, it's silly to put a string
identifier that is so out-of-context and invalid.

Bill

Reply via email to