svn commit: samba r7863 - in branches/SAMBA_4_0/source/auth/kerberos: .

tridge at samba.org tridge at samba.org
Fri Jun 24 01:13:57 GMT 2005


Author: tridge
Date: 2005-06-24 01:13:57 +0000 (Fri, 24 Jun 2005)
New Revision: 7863

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7863

Log:
removed an unused variable

Modified:
   branches/SAMBA_4_0/source/auth/kerberos/gssapi_parse.c


Changeset:
Modified: branches/SAMBA_4_0/source/auth/kerberos/gssapi_parse.c
===================================================================
--- branches/SAMBA_4_0/source/auth/kerberos/gssapi_parse.c	2005-06-24 01:13:35 UTC (rev 7862)
+++ branches/SAMBA_4_0/source/auth/kerberos/gssapi_parse.c	2005-06-24 01:13:57 UTC (rev 7863)
@@ -100,7 +100,6 @@
 {
 	BOOL ret;
 	struct asn1_data data;
-	int data_remaining;
 
 	asn1_load(&data, *blob);
 	asn1_start_tag(&data, ASN1_APPLICATION(0));



More information about the samba-cvs mailing list