summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2001-10-31 11:10:29 +0000
committerAndrew Bartlett <abartlet@samba.org>2001-10-31 11:10:29 +0000
commite0b56a31480906b39f37761eed20d3cad0d53973 (patch)
tree83ebd0903814d9bbb52c8eb5bee7acefc70e817d
parent813bf962ae6f29ddcaee4bc8b67d8017f04172b1 (diff)
downloadsamba-e0b56a31480906b39f37761eed20d3cad0d53973.tar.gz
samba-e0b56a31480906b39f37761eed20d3cad0d53973.tar.xz
samba-e0b56a31480906b39f37761eed20d3cad0d53973.zip
... and clean up the unused variables.
-rw-r--r--source/rpc_server/srv_pipe.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/rpc_server/srv_pipe.c b/source/rpc_server/srv_pipe.c
index 852dd7de26a..76f4a1ed1e3 100644
--- a/source/rpc_server/srv_pipe.c
+++ b/source/rpc_server/srv_pipe.c
@@ -269,10 +269,7 @@ static BOOL api_pipe_ntlmssp_verify(pipes_struct *p, RPC_AUTH_NTLMSSP_RESP *ntlm
fstring domain;
fstring wks;
BOOL guest_user = False;
- uchar null_smb_passwd[16];
- const uchar *smb_passwd_ptr = NULL;
-
auth_usersupplied_info *user_info = NULL;
auth_serversupplied_info *server_info = NULL;