summaryrefslogtreecommitdiffstats
path: root/source/include/smb.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/smb.h')
-rw-r--r--source/include/smb.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/source/include/smb.h b/source/include/smb.h
index b2b4a57cb1d..d847cc52a99 100644
--- a/source/include/smb.h
+++ b/source/include/smb.h
@@ -352,14 +352,6 @@ struct sam_disp_info
char *full_name; /* user's full name string */
};
-struct use_info
-{
- BOOL connected;
- char *srv_name;
- char *user_name;
- char *domain;
-};
-
#define MAXSUBAUTHS 15 /* max sub authorities in a SID */
/* DOM_SID - security id */
@@ -1681,6 +1673,15 @@ typedef struct
} vuser_key;
+struct use_info
+{
+ BOOL connected;
+ char *srv_name;
+ vuser_key key;
+ char *user_name;
+ char *domain;
+};
+
#include "ntdomain.h"
typedef struct
@@ -1826,7 +1827,6 @@ struct ntdom_info
struct msrpc_state
{
fstring pipe_name;
- struct user_creds usr;
struct ntdom_info nt;
cli_auth_fns *auth;
void *auth_info;