summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/auth/auth.c1
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());