From 2844a8b4098724241cc5f0c8c95a97ec6c9ef73e Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Thu, 3 Apr 2008 22:19:47 +0200 Subject: [PATCH] Remove ident connect failure notices again. reverting 7ea53124d350 --- src/s_auth.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/s_auth.c b/src/s_auth.c index 642f4489..22d7ae49 100644 --- a/src/s_auth.c +++ b/src/s_auth.c @@ -487,7 +487,6 @@ 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; }