mirror of git://anongit.mindrot.org/openssh.git
parent
12057500cc
commit
e27a5e05b3
|
@ -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.
|
||||
|
|
|
@ -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 @@ ssh_userauth2(const char *server_user, char *host)
|
|||
char *reply = packet_get_string(&plen);
|
||||
debug("service_accept: %s", reply);
|
||||
xfree(reply);
|
||||
packet_done();
|
||||
} else {
|
||||
debug("buggy server: service_accept w/o service");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue