X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=src%2Fhtextauth.c;h=c12e1a47398e3f509d64469f3003186d8f4ed899;hp=4a7e29dcad239ee5fb10644914734d4954606721;hb=3d6044aba083ec8fa366bf85794a9ae62eab9858;hpb=18838a2eddc3ae7fdc8f3fefb8cd83c012328a5e diff --git a/src/htextauth.c b/src/htextauth.c index 4a7e29d..c12e1a4 100644 --- a/src/htextauth.c +++ b/src/htextauth.c @@ -285,6 +285,8 @@ static int auth(struct hthead *req, int fd, char *user, char *pass) buffree(ebuf); return(0); } + if(WCOREDUMP(status)) + flog(LOG_WARNING, "htextauth: authenticator process dumped core"); if(WIFEXITED(status) && (WEXITSTATUS(status) == 0)) rv = 1; else