1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-18 00:23:50 +03:00

r7863: removed an unused variable

This commit is contained in:
Andrew Tridgell
2005-06-24 01:13:57 +00:00
committed by Gerald (Jerry) Carter
parent 7d791d13bc
commit 9ee3dbad6b

View File

@@ -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));