summaryrefslogtreecommitdiff
path: root/auth1.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth1.c')
-rw-r--r--auth1.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/auth1.c b/auth1.c
index 26472e020..5e9b3aa5b 100644
--- a/auth1.c
+++ b/auth1.c
@@ -10,7 +10,7 @@
10 */ 10 */
11 11
12#include "includes.h" 12#include "includes.h"
13RCSID("$OpenBSD: auth1.c,v 1.9 2000/12/27 12:34:49 markus Exp $"); 13RCSID("$OpenBSD: auth1.c,v 1.10 2001/01/07 19:06:25 markus Exp $");
14 14
15#ifdef HAVE_OSF_SIA 15#ifdef HAVE_OSF_SIA
16# include <sia.h> 16# include <sia.h>
@@ -479,6 +479,7 @@ do_authentication()
479 packet_start(SSH_SMSG_SUCCESS); 479 packet_start(SSH_SMSG_SUCCESS);
480 packet_send(); 480 packet_send();
481 packet_write_wait(); 481 packet_write_wait();
482 xfree(user);
482 483
483#ifdef WITH_AIXAUTHENTICATE 484#ifdef WITH_AIXAUTHENTICATE
484 /* We don't have a pty yet, so just label the line as "ssh" */ 485 /* We don't have a pty yet, so just label the line as "ssh" */