authd/providers/ident: remove debugging message
This commit is contained in:
parent
6950cc255a
commit
4ac5b30e77
1 changed files with 0 additions and 2 deletions
|
@ -185,8 +185,6 @@ read_ident_reply(rb_fde_t *F, void *data)
|
||||||
message = REPORT_INVALID;
|
message = REPORT_INVALID;
|
||||||
}
|
}
|
||||||
|
|
||||||
warn_opers(L_DEBUG, "Got username: '%s'", auth->username);
|
|
||||||
|
|
||||||
if(s == NULL)
|
if(s == NULL)
|
||||||
client_fail(auth, message);
|
client_fail(auth, message);
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue