(start_login): set encryption pointers to NULL, so we don't try to do

either


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15138 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2005-05-13 14:20:38 +00:00
parent 07dc909772
commit 40b1dab5bd

View File

@@ -1289,6 +1289,11 @@ start_login(const char *host, int autologin, char *name)
char *user; char *user;
int save_errno; int save_errno;
#ifdef ENCRYPTION
encrypt_output = NULL;
decrypt_input = NULL;
#endif
#ifdef HAVE_UTMPX_H #ifdef HAVE_UTMPX_H
int pid = getpid(); int pid = getpid();
struct utmpx utmpx; struct utmpx utmpx;