From 8afa3bf057e4e0bacc126a5dfba1442a3c6fd1b8 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Thu, 3 Apr 2008 10:29:51 -0500 Subject: [PATCH] Call ilog_error() to log identd check failures. --- src/s_auth.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/s_auth.c b/src/s_auth.c index 0fabfb8d1..eabea23eb 100644 --- a/src/s_auth.c +++ b/src/s_auth.c @@ -487,6 +487,7 @@ auth_connect_callback(rb_fde_t *F, int error, void *data) if(error != RB_OK) { /* We had an error during connection :( */ + ilog_error("identd check"); auth_error(auth); return; }