Michael Tokarev:
> The patch below is something I carry locally
> since very long time, I forgot when I used it
> first.  It were rejected when I first posted
> it to postfix-users, but without it building
> shared libpostfix is not possible due to
> wrongly placed variable.  FWIW.
> 
> /mjt

That is a very brief problem description. Can you explain it? 

Is the problem with BUILDING the shared object?

Is the problem with USING the shared object? If so, does it depend
on whether a program pipe_command()?

What if var_command_maxtime is used for other forms of command
execution than with pipe_command()? Isn't it wrong to make it a
fixed attribute of the pipe_command module?

Would not it be better to pass the var_command_maxtime value as an
argument to the pipe_command() function?

        Wietse

Reply via email to