Reset the *correct* seqnos.
This commit is contained in:
parent
d5b61fc0cd
commit
66741978e1
1 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@
|
||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
|
|
||||||
$Id: protocol_key.c,v 1.1.4.10 2002/09/04 16:26:45 guus Exp $
|
$Id: protocol_key.c,v 1.1.4.11 2002/09/06 14:31:12 guus Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -135,7 +135,7 @@ cp
|
||||||
if(to == myself) /* Yes, send our own key back */
|
if(to == myself) /* Yes, send our own key back */
|
||||||
{
|
{
|
||||||
mykeyused = 1;
|
mykeyused = 1;
|
||||||
from->sent_seqno = 0;
|
from->received_seqno = 0;
|
||||||
send_ans_key(c, myself, from);
|
send_ans_key(c, myself, from);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
@ -217,7 +217,7 @@ cp
|
||||||
|
|
||||||
from->status.validkey = 1;
|
from->status.validkey = 1;
|
||||||
from->status.waitingforkey = 0;
|
from->status.waitingforkey = 0;
|
||||||
from->received_seqno = 0;
|
from->sent_seqno = 0;
|
||||||
|
|
||||||
/* Check and lookup cipher and digest algorithms */
|
/* Check and lookup cipher and digest algorithms */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue