0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-07 01:06:37 +02:00

Call ilog_error() to log identd check failures.

This commit is contained in:
William Pitcock 2008-04-03 10:29:51 -05:00
parent fd3f1b5b69
commit 8afa3bf057

View file

@ -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;
}