From 717718f72583a193407c33e25b0e5a3836a647c0 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 0fabfb8..eabea23 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; }