Re: Clarification of hooks with ignored return values

2008-06-03 Thread Matt Sergeant
On 3-Jun-08, at 4:36 AM, Radu Greab wrote: The documentation says that for the following hooks the return values are ignored or discarded: post-fork post-connection disconnect deny ok I had however to change my custom plugins to return DECLINE from post-fork hooks, otherwise, with no explici

Clarification of hooks with ignored return values

2008-06-03 Thread Radu Greab
The documentation says that for the following hooks the return values are ignored or discarded: post-fork post-connection disconnect deny ok I had however to change my custom plugins to return DECLINE from post-fork hooks, otherwise, with no explicit return statement, only the hook of the firs