s3:auth: remove unused variable
authorStefan Metzmacher <metze@samba.org>
Fri, 8 Jul 2011 11:57:33 +0000 (13:57 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 8 Jul 2011 12:09:06 +0000 (14:09 +0200)
metze

source3/auth/auth.c

index 0f661a953f1208366f901a2612b4ef06aa64c174..0bdce9d1f4c0be880c5c9efc977434417a601e0b 100644 (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());