summaryrefslogtreecommitdiffstats
path: root/source/auth
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-06-24 01:13:57 +0000
committerAndrew Tridgell <tridge@samba.org>2005-06-24 01:13:57 +0000
commit51a94ebbffc91e3cfc44f3ae35ecea1f15a4401b (patch)
treec9d4a484d417d92ac89d1392fe420faec91a25df /source/auth
parentc8c059a30cbe18faad38bef86abf9c75858e9493 (diff)
downloadsamba-51a94ebbffc91e3cfc44f3ae35ecea1f15a4401b.tar.gz
samba-51a94ebbffc91e3cfc44f3ae35ecea1f15a4401b.tar.xz
samba-51a94ebbffc91e3cfc44f3ae35ecea1f15a4401b.zip
r7863: removed an unused variable
Diffstat (limited to 'source/auth')
-rw-r--r--source/auth/kerberos/gssapi_parse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/auth/kerberos/gssapi_parse.c b/source/auth/kerberos/gssapi_parse.c
index 048eb8204e4..524eedc4488 100644
--- a/source/auth/kerberos/gssapi_parse.c
+++ b/source/auth/kerberos/gssapi_parse.c
@@ -100,7 +100,6 @@ BOOL gensec_gssapi_check_oid(const DATA_BLOB *blob, const char *oid)
{
BOOL ret;
struct asn1_data data;
- int data_remaining;
asn1_load(&data, *blob);
asn1_start_tag(&data, ASN1_APPLICATION(0));