mirror of
https://github.com/matrix-construct/construct
synced 2025-01-17 01:51:53 +01:00
Call ilog_error() to log identd check failures.
This commit is contained in:
parent
fd3f1b5b69
commit
8afa3bf057
1 changed files with 1 additions and 0 deletions
|
@ -487,6 +487,7 @@ auth_connect_callback(rb_fde_t *F, int error, void *data)
|
||||||
if(error != RB_OK)
|
if(error != RB_OK)
|
||||||
{
|
{
|
||||||
/* We had an error during connection :( */
|
/* We had an error during connection :( */
|
||||||
|
ilog_error("identd check");
|
||||||
auth_error(auth);
|
auth_error(auth);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue