summaryrefslogtreecommitdiffstats
path: root/source/rpc_client/cli_login.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/rpc_client/cli_login.c')
-rw-r--r--source/rpc_client/cli_login.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/rpc_client/cli_login.c b/source/rpc_client/cli_login.c
index 9316e61f0fa..c6b93c23765 100644
--- a/source/rpc_client/cli_login.c
+++ b/source/rpc_client/cli_login.c
@@ -155,7 +155,7 @@ BOOL cli_nt_login_general(const char *srv_name, const char *myhostname,
uint8 sess_key[16];
NET_USER_INFO_CTR user_ctr;
uint32 status;
- user_ctr.switch_value = 2;
+ user_ctr.switch_value = 3;
DEBUG(5, ("cli_nt_login_general: %d\n", __LINE__));
@@ -205,7 +205,7 @@ uint32 cli_nt_login_interactive(const char *srv_name, const char *myhostname,
uint32 status;
uint8 sess_key[16];
NET_USER_INFO_CTR user_ctr;
- user_ctr.switch_value = 2;
+ user_ctr.switch_value = 3;
DEBUG(5, ("cli_nt_login_interactive: %d\n", __LINE__));
@@ -261,7 +261,7 @@ uint32 cli_nt_login_network(const char *srv_name, const char *myhostname,
uint8 sess_key[16];
uint32 status;
NET_USER_INFO_CTR user_ctr;
- user_ctr.switch_value = 2;
+ user_ctr.switch_value = 3;
DEBUG(5, ("cli_nt_login_network: %d\n", __LINE__));