diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | sshconnect2.c | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -51,6 +51,9 @@ | |||
51 | [channels.c] | 51 | [channels.c] |
52 | ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE messages; | 52 | ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE messages; |
53 | bug report from edmundo@rano.org | 53 | bug report from edmundo@rano.org |
54 | - markus@cvs.openbsd.org 2001/01/31 13:48:09 | ||
55 | [sshconnect2.c] | ||
56 | unused | ||
54 | 57 | ||
55 | 20010104 | 58 | 20010104 |
56 | - (bal) I think this is the last of the bsd-*.h that don't belong. | 59 | - (bal) I think this is the last of the bsd-*.h that don't belong. |
diff --git a/sshconnect2.c b/sshconnect2.c index 6bd524e0b..8614b0b5b 100644 --- a/sshconnect2.c +++ b/sshconnect2.c | |||
@@ -23,7 +23,7 @@ | |||
23 | */ | 23 | */ |
24 | 24 | ||
25 | #include "includes.h" | 25 | #include "includes.h" |
26 | RCSID("$OpenBSD: sshconnect2.c,v 1.39 2001/01/22 23:06:40 markus Exp $"); | 26 | RCSID("$OpenBSD: sshconnect2.c,v 1.41 2001/02/04 15:32:26 stevesk Exp $"); |
27 | 27 | ||
28 | #include <openssl/bn.h> | 28 | #include <openssl/bn.h> |
29 | #include <openssl/md5.h> | 29 | #include <openssl/md5.h> |
@@ -529,7 +529,6 @@ ssh_userauth2(const char *server_user, char *host) | |||
529 | char *reply = packet_get_string(&plen); | 529 | char *reply = packet_get_string(&plen); |
530 | debug("service_accept: %s", reply); | 530 | debug("service_accept: %s", reply); |
531 | xfree(reply); | 531 | xfree(reply); |
532 | packet_done(); | ||
533 | } else { | 532 | } else { |
534 | debug("buggy server: service_accept w/o service"); | 533 | debug("buggy server: service_accept w/o service"); |
535 | } | 534 | } |