HomeFreeBSD

sshd: remove unneeded initialization of libwrap logging severities

Description

sshd: remove unneeded initialization of libwrap logging severities

This part of ca573c9a177 proved to be unnecessary. As the removed
comment says, we set them merely for logging syntax errors, as we log
refusals ourselves. However, inside the libwrap the parser logs any
syntax errors with tcpd_warn() which has hardcoded LOG_WARNING inside.

Reviewed by: philip, emaste
Differential revision: https://reviews.freebsd.org/D40068

Details

Provenance
glebiusAuthored on Jul 20 2023, 9:56 PM
Reviewer
philip
Differential Revision
D40068: sshd: remove unneeded initialization of libwrap logging severities
Parents
rG615d167cb88c: Revert "tftpd: fix double-colon typo in option string"
Branches
Unknown
Tags
Unknown