switch password for a key

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20495 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-04-21 09:31:27 +00:00
parent dc584c4410
commit 613c4d85a3

View File

@@ -76,7 +76,7 @@ typedef struct {
#define STATUS_CLIENT 2 #define STATUS_CLIENT 2
#define STATUS_SESSIONKEY 4 #define STATUS_SESSIONKEY 4
char *username; char *username;
char *password; struct ntlm_buf key;
krb5_data sessionkey; krb5_data sessionkey;
union { union {