From f0085eedf03d5b8964985e7dd6abc9f1c90b11c9 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 8 Jul 2011 11:24:19 +0200 Subject: s3:auth_unix: remove unused var metze --- source3/auth/auth_unix.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/auth') diff --git a/source3/auth/auth_unix.c b/source3/auth/auth_unix.c index f0a5215dd7..6f232ec66c 100644 --- a/source3/auth/auth_unix.c +++ b/source3/auth/auth_unix.c @@ -40,7 +40,6 @@ static NTSTATUS check_unix_security(const struct auth_context *auth_context, NTSTATUS nt_status; struct passwd *pass = NULL; char *rhost; - int rc; DEBUG(10, ("Check auth for: [%s]\n", user_info->mapped.account_name)); -- cgit