From 3c8715d5d7eb8c71443d92577f164167d6f1b236 Mon Sep 17 00:00:00 2001 From: green Date: Sun, 10 Sep 2000 18:04:12 +0000 Subject: Fix a few style oddities. --- crypto/openssh/sshd.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'crypto') diff --git a/crypto/openssh/sshd.c b/crypto/openssh/sshd.c index 5d38e6a..dd872c6 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 -- cgit v1.1