From: Martin Mares Date: Mon, 31 May 2004 20:35:19 +0000 (+0000) Subject: One space more. X-Git-Tag: v1.2.0~386 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0757bcb728c8bd56fa03ea296862d62e05f6ba09;p=thirdparty%2Fbird.git One space more. --- diff --git a/proto/rip/auth.c b/proto/rip/auth.c index 0d2edd341..3d4b91c82 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;