mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 20:58:44 +00:00
One space more.
This commit is contained in:
parent
2cc37815ae
commit
0757bcb728
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user