aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2000-09-10 18:04:12 +0000
committerBrian Feldman <green@FreeBSD.org>2000-09-10 18:04:12 +0000
commit4a950c224b81c8f6329cf61d9b88432b2f5a57e8 (patch)
tree04d6205ea9a14c996be5b0510af4d108641d160e /crypto/openssh
parentdd5f9dffd6ed61dc683e7f3f8a4cd039cabe3fbf (diff)
downloadsrc-4a950c224b81c8f6329cf61d9b88432b2f5a57e8.tar.gz
src-4a950c224b81c8f6329cf61d9b88432b2f5a57e8.zip
Fix a few style oddities.
Notes
Notes: svn path=/head/; revision=65700
Diffstat (limited to 'crypto/openssh')
-rw-r--r--crypto/openssh/sshd.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/crypto/openssh/sshd.c b/crypto/openssh/sshd.c
index 5d38e6a76cb0..dd872c617ed8 100644
--- a/crypto/openssh/sshd.c
+++ b/crypto/openssh/sshd.c
@@ -169,16 +169,16 @@ int session_id2_len = 0;
/* These are used to implement connections_per_period. */
struct ratelim_connection {
- struct timeval connections_begin;
- unsigned int connections_this_period;
+ struct timeval connections_begin;
+ unsigned int connections_this_period;
} *ratelim_connections;
static void
ratelim_init(void) {
- ratelim_connections = calloc(num_listen_socks,
- sizeof(struct ratelim_connection));
- if (ratelim_connections == NULL)
- fatal("calloc: %s", strerror(errno));
+ ratelim_connections = calloc(num_listen_socks,
+ sizeof(struct ratelim_connection));
+ if (ratelim_connections == NULL)
+ fatal("calloc: %s", strerror(errno));
}
static __inline struct timeval