summaryrefslogtreecommitdiff
path: root/srclimit.c
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2021-04-03 06:18:40 +0000
committerDamien Miller <djm@mindrot.org>2021-04-03 17:23:02 +1100
commit31d8d231eb9377df474746a822d380c5d68d7ad6 (patch)
treeab5619a06e3944f016d7779b8313acb8bbf1c06a /srclimit.c
parent34afde5c73b5570d6f8cce9b49993b23b77bfb86 (diff)
upstream: highly polished whitespace, mostly fixing spaces-for-tab
and bad indentation on continuation lines. Prompted by GHPR#185 OpenBSD-Commit-ID: e5c81f0cbdcc6144df1ce468ec1bac366d8ad6e9
Diffstat (limited to 'srclimit.c')
-rw-r--r--srclimit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/srclimit.c b/srclimit.c
index e2446f131..5014ed79f 100644
--- a/srclimit.c
+++ b/srclimit.c
@@ -102,7 +102,7 @@ srclimit_check_allow(int sock, int id)
return 1;
}
debug3("%s: new unauthenticated connection from %s/%d, at %d of %d",
- __func__, xas, bits, count, max_persource);
+ __func__, xas, bits, count, max_persource);
if (first_unused == max_children) { /* no free slot found */
debug3("%s: no free slot", __func__);