ran gindent to clean up formatting

This commit is contained in:
Bryan Stansell 2020-10-18 23:31:04 -07:00
parent 0d64aad812
commit 5be57261e8
No known key found for this signature in database
GPG Key ID: 28E4B7253029E7F6
5 changed files with 24 additions and 22 deletions

View File

@ -165,7 +165,9 @@ AccType(INADDR_STYPE *addr, char **peername)
CONDDEBUG((1, "AccType(): who=%s, trust=%c", pACtmp->pcwho,
pACtmp->ctrust));
if (addr->ss_family == AF_INET && pACtmp->isCIDR != 0) {
if (AddrCmp(&(((struct sockaddr_in *)addr)->sin_addr), pACtmp->pcwho) == 0) {
if (AddrCmp
(&(((struct sockaddr_in *)addr)->sin_addr),
pACtmp->pcwho) == 0) {
ret = pACtmp->ctrust;
goto common_ret;
}