(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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user