store username and password in the ntlm_ctx

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19385 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-15 22:47:31 +00:00
parent d53618b20e
commit 7ccd5835db

View File

@@ -67,6 +67,8 @@ typedef struct {
OM_uint32 status;
#define STATUS_OPEN 1
#define STATUS_CLIENT 2
char *username;
char *password;
} *ntlm_ctx;
typedef struct {