summaryrefslogtreecommitdiff
path: root/source3/libads/authdata.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2009-11-12 14:09:25 -0800
committerJeremy Allison <jra@samba.org>2009-11-12 14:09:25 -0800
commitd2a9f4a2729026da11780ae4b71e289982094bd7 (patch)
tree80d828820b9d13f8acb32decc2b13ba81dc50944 /source3/libads/authdata.c
parent03637130316099d4f3db4ce757af2f34ce46d881 (diff)
downloadsamba-d2a9f4a2729026da11780ae4b71e289982094bd7.tar.gz
samba-d2a9f4a2729026da11780ae4b71e289982094bd7.tar.bz2
samba-d2a9f4a2729026da11780ae4b71e289982094bd7.zip
Remove unused variable warning.
Jeremy.
Diffstat (limited to 'source3/libads/authdata.c')
-rw-r--r--source3/libads/authdata.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/libads/authdata.c b/source3/libads/authdata.c
index 93f4091b6e..ef5400654e 100644
--- a/source3/libads/authdata.c
+++ b/source3/libads/authdata.c
@@ -359,7 +359,6 @@ NTSTATUS kerberos_return_pac(TALLOC_CTX *mem_ctx,
const char *auth_princ = NULL;
const char *local_service = NULL;
const char *cc = "MEMORY:kerberos_return_pac";
- krb5_creds *creds = NULL;
ZERO_STRUCT(tkt);
ZERO_STRUCT(ap_rep);