Call ilog_error() to log identd check failures.
This commit is contained in:
parent
d4e5b205ee
commit
717718f725
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue