diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-15 00:09:08 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-15 00:09:08 +0200 |
commit | 235e68f7b7ec9f8989c1b021768bed4072a77e16 (patch) | |
tree | 9633475506541b01c8cd34813dfedd375456587e /source4/auth | |
parent | ed7cc8fc1c0189b78144de0f9f47e624a7dea085 (diff) | |
download | samba-235e68f7b7ec9f8989c1b021768bed4072a77e16.tar.gz samba-235e68f7b7ec9f8989c1b021768bed4072a77e16.tar.xz samba-235e68f7b7ec9f8989c1b021768bed4072a77e16.zip |
Remove unused variable.
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/ntlm/auth_server.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/auth/ntlm/auth_server.c b/source4/auth/ntlm/auth_server.c index 539ae6aa80a..fde9835cf2c 100644 --- a/source4/auth/ntlm/auth_server.c +++ b/source4/auth/ntlm/auth_server.c @@ -112,7 +112,6 @@ static NTSTATUS server_check_password(struct auth_method_context *ctx, NTSTATUS nt_status; struct auth_serversupplied_info *server_info; struct cli_credentials *creds; - const char *user; struct smb_composite_sesssetup session_setup; struct smbcli_session *session = talloc_get_type(ctx->private_data, struct smbcli_session); |