summaryrefslogtreecommitdiff
path: root/source3/auth/auth_unix.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-07-08 11:24:19 +0200
committerStefan Metzmacher <metze@samba.org>2011-07-08 13:51:46 +0200
commitf0085eedf03d5b8964985e7dd6abc9f1c90b11c9 (patch)
tree643224c824002c2b8b2140740763577136d5af70 /source3/auth/auth_unix.c
parentdbfb88aef30a755c29015bff4699eb17925a4988 (diff)
downloadsamba-f0085eedf03d5b8964985e7dd6abc9f1c90b11c9.tar.gz
samba-f0085eedf03d5b8964985e7dd6abc9f1c90b11c9.tar.bz2
samba-f0085eedf03d5b8964985e7dd6abc9f1c90b11c9.zip
s3:auth_unix: remove unused var
metze
Diffstat (limited to 'source3/auth/auth_unix.c')
-rw-r--r--source3/auth/auth_unix.c1
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));