26 Nov
2007
26 Nov
'07
3:30 p.m.
On Wed, 2007-11-21 at 03:13 +0100, Ronny wrote:
If that worked, try adding exit(0); as the first statement in src/auth/main.c's main() function to see if it returns 53 before or after it reaches that far.
I put some information output to the code (i do not have a debbuger running yet ;-) )
static void auth_process_input(void *context) { . ...
switch (i_stream_read(process->input)) {
... case -1: /* disconnected */ i_info("DIE 2"); auth_process_destroy(process); return;
This only means that it sees that auth process died, so master process shuts down. Put something similar to src/auth/main.c instead to see if it gets executed.