diff process-packet.c @ 34:e2a1eaa19f22

Client mostly works up to password auth Need to rework algo-choosing etc, since server is now broken.
author Matt Johnston <matt@ucc.asn.au>
date Wed, 28 Jul 2004 16:44:16 +0000
parents 08da099e8337
children 837f9172df09
line wrap: on
line diff
--- a/process-packet.c	Tue Jul 27 16:30:46 2004 +0000
+++ b/process-packet.c	Wed Jul 28 16:44:16 2004 +0000
@@ -50,6 +50,8 @@
 	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) {