summaryrefslogtreecommitdiffstats
path: root/proto/rip
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2004-05-31 22:35:19 +0200
committerMartin Mares <mj@ucw.cz>2004-05-31 22:35:19 +0200
commit0757bcb728c8bd56fa03ea296862d62e05f6ba09 (patch)
treeed0dd8ed1e2496166993a96d18aafaa23df28059 /proto/rip
parent2cc37815ae1f194c5a0c51e5761377caea9cc164 (diff)
downloadbird-0757bcb728c8bd56fa03ea296862d62e05f6ba09.tar
bird-0757bcb728c8bd56fa03ea296862d62e05f6ba09.zip
One space more.
Diffstat (limited to 'proto/rip')
-rw-r--r--proto/rip/auth.c2
1 files changed, 1 insertions, 1 deletions
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;