X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=src%2Fhtextauth.c;h=c12e1a47398e3f509d64469f3003186d8f4ed899;hb=57052193f089a4f126fad95e31e6ec5d099ce1e0;hp=4a7e29dcad239ee5fb10644914734d4954606721;hpb=3a0ec493b369268f7bb2dc02a78d6a2ffb41f633;p=ashd.git 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