- markus@cvs.openbsd.org  2001/01/31 13:48:09
     [sshconnect2.c]
     unused
diff --git a/ChangeLog b/ChangeLog
index 8214917..2f8af28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -51,6 +51,9 @@
      [channels.c]
      ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE messages;
      bug report from edmundo@rano.org
+   - markus@cvs.openbsd.org  2001/01/31 13:48:09
+     [sshconnect2.c]
+     unused
 
 20010104
  - (bal) I think this is the last of the bsd-*.h that don't belong.
diff --git a/sshconnect2.c b/sshconnect2.c
index 6bd524e..8614b0b 100644
--- a/sshconnect2.c
+++ b/sshconnect2.c
@@ -23,7 +23,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: sshconnect2.c,v 1.39 2001/01/22 23:06:40 markus Exp $");
+RCSID("$OpenBSD: sshconnect2.c,v 1.41 2001/02/04 15:32:26 stevesk Exp $");
 
 #include <openssl/bn.h>
 #include <openssl/md5.h>
@@ -529,7 +529,6 @@
 		char *reply = packet_get_string(&plen);
 		debug("service_accept: %s", reply);
 		xfree(reply);
-		packet_done();
 	} else {
 		debug("buggy server: service_accept w/o service");
 	}