0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 20:05:21 +00:00

One space more.

This commit is contained in:
Martin Mares 2004-05-31 20:35:19 +00:00
parent 2cc37815ae
commit 0757bcb728

View File

@ -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;