mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
One space more.
This commit is contained in:
@@ -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" );
|
bug( "We can not add MD5 authentication to this long packet" );
|
||||||
|
|
||||||
/* need to preset the sequence number to a sane value */
|
/* need to preset the sequence number to a sane value */
|
||||||
if(!sequence)
|
if (!sequence)
|
||||||
sequence = (u32) time(NULL);
|
sequence = (u32) time(NULL);
|
||||||
|
|
||||||
block->keyid = passwd->id;
|
block->keyid = passwd->id;
|
||||||
|
Reference in New Issue
Block a user