mirror of
https://github.com/opnsense/src.git
synced 2026-06-12 10:10:24 -04:00
ctld: Remove dead logging code
Portal discovery auth groups are always named auth groups Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D49649
This commit is contained in:
parent
4449cf28a3
commit
ce8cfd998b
1 changed files with 2 additions and 6 deletions
|
|
@ -1003,12 +1003,8 @@ login(struct ctld_connection *conn)
|
|||
} else {
|
||||
assert(conn->conn_session_type == CONN_SESSION_TYPE_DISCOVERY);
|
||||
ag = pg->pg_discovery_auth_group;
|
||||
if (ag->ag_name != NULL) {
|
||||
log_debugx("initiator requests "
|
||||
"discovery session; auth-group \"%s\"", ag->ag_name);
|
||||
} else {
|
||||
log_debugx("initiator requests discovery session");
|
||||
}
|
||||
log_debugx("initiator requests discovery session; %s",
|
||||
ag->ag_label);
|
||||
}
|
||||
|
||||
if (ag->ag_type == AG_TYPE_DENY) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue