diff options
-rw-r--r-- | source3/auth/auth_unix.c | 1 |
1 files changed, 0 insertions, 1 deletions
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)); |