1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s3:auth: remove unused variable

metze
This commit is contained in:
Stefan Metzmacher 2011-07-08 13:57:33 +02:00
parent f0085eedf0
commit ce751946dd

View File

@ -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());