]> jfr.im git - solanum.git/commitdiff
Remove ident connect failure notices again.
authorJilles Tjoelker <redacted>
Thu, 3 Apr 2008 20:19:47 +0000 (22:19 +0200)
committerJilles Tjoelker <redacted>
Thu, 3 Apr 2008 20:19:47 +0000 (22:19 +0200)
reverting 7ea53124d350

src/s_auth.c

index 642f4489e371405709fe5b5ed52a818618168eff..22d7ae499aa619c73bffc0145e726fd2e974598a 100644 (file)
@@ -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;
        }