Can anyone give me any clues as to why this might happen? Is there a quit command (I'm already exiting on "QUIT" or empty line from stdin) that the pipe backend sends? Or maybe this is a bug?
I found this in our perl pipe backend:
LINE: while( <> ) {
exit if getppid() == 1; #Exit, cause my parent is dead!
...
}
Maybe this helps you.
Winfried
_______________________________________________
Pdns-users mailing list
[email protected]
http://mailman.powerdns.com/mailman/listinfo/pdns-users
