From 2d82f73484e588e9367657a25331afd4aa0bf976 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Wed, 28 Jul 2004 16:44:16 +0000 Subject: Client mostly works up to password auth Need to rework algo-choosing etc, since server is now broken. --HG-- extra : convert_revision : 458dc4eed0e885e7c91633d4781d3348213a0e19 --- process-packet.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'process-packet.c') diff --git a/process-packet.c b/process-packet.c index f9f6dee..3e6b79c 100644 --- a/process-packet.c +++ b/process-packet.c @@ -50,6 +50,8 @@ void process_packet() { type = buf_getbyte(ses.payload); TRACE(("process_packet: packet type = %d", type)); + ses.lastpacket = type; + /* These packets we can receive at any time */ switch(type) { -- cgit v1.2.3