One space more.
This commit is contained in:
parent
2cc37815ae
commit
0757bcb728
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue