diff options
Diffstat (limited to 'usr.bin/ssh/srclimit.c')
| -rw-r--r-- | usr.bin/ssh/srclimit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/srclimit.c b/usr.bin/ssh/srclimit.c index f40fb19801c..853a0eef9d3 100644 --- a/usr.bin/ssh/srclimit.c +++ b/usr.bin/ssh/srclimit.c @@ -100,7 +100,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__); |
