From 0757bcb728c8bd56fa03ea296862d62e05f6ba09 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 31 May 2004 20:35:19 +0000 Subject: One space more. --- proto/rip/auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/rip') diff --git a/proto/rip/auth.c b/proto/rip/auth.c index 0d2edd3..3d4b91c 100644 --- a/proto/rip/auth.c +++ b/proto/rip/auth.c @@ -146,7 +146,7 @@ rip_outgoing_authentication( struct proto *p, struct rip_block_auth *block, stru bug( "We can not add MD5 authentication to this long packet" ); /* need to preset the sequence number to a sane value */ - if(!sequence) + if (!sequence) sequence = (u32) time(NULL); block->keyid = passwd->id; -- cgit v1.2.3