diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-07-08 13:57:33 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-07-08 14:09:06 +0200 |
commit | ce751946dda9f4b99c03cb060bc6a2be6f5750e7 (patch) | |
tree | 4766b1092c803ce0731ff1d23d159011d8263370 | |
parent | f0085eedf03d5b8964985e7dd6abc9f1c90b11c9 (diff) | |
download | samba-ce751946dda9f4b99c03cb060bc6a2be6f5750e7.tar.gz samba-ce751946dda9f4b99c03cb060bc6a2be6f5750e7.tar.bz2 samba-ce751946dda9f4b99c03cb060bc6a2be6f5750e7.zip |
s3:auth: remove unused variable
metze
-rw-r--r-- | source3/auth/auth.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/auth/auth.c b/source3/auth/auth.c index 0f661a953f..0bdce9d1f4 100644 --- a/source3/auth/auth.c +++ b/source3/auth/auth.c @@ -285,7 +285,6 @@ static NTSTATUS check_ntlm_password(const struct auth_context *auth_context, unix_username = (*server_info)->unix_name; if (!(*server_info)->guest) { char *rhost; - int rc; rhost = tsocket_address_inet_addr_string(user_info->remote_host, talloc_tos()); |