svn commit: samba r10285 - in branches/SAMBA_3_0/source/libads: .

jra at samba.org jra at samba.org
Sat Sep 17 00:44:35 GMT 2005


Author: jra
Date: 2005-09-17 00:44:34 +0000 (Sat, 17 Sep 2005)
New Revision: 10285

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

Log:
Doh ! Guenther spotted this stupid cut-n-paste bug...
Thanks Guenther !
Jeremy.

Modified:
   branches/SAMBA_3_0/source/libads/kerberos_verify.c


Changeset:
Modified: branches/SAMBA_3_0/source/libads/kerberos_verify.c
===================================================================
--- branches/SAMBA_3_0/source/libads/kerberos_verify.c	2005-09-17 00:44:33 UTC (rev 10284)
+++ branches/SAMBA_3_0/source/libads/kerberos_verify.c	2005-09-17 00:44:34 UTC (rev 10285)
@@ -86,7 +86,6 @@
 		goto out;
 	}
   
-	ret = krb5_kt_start_seq_get(context, keytab, &kt_cursor);
 	if (ret != KRB5_KT_END && ret != ENOENT ) {
 		while (!auth_ok && (krb5_kt_next_entry(context, keytab, &kt_entry, &kt_cursor) == 0)) {
 			ret = krb5_unparse_name(context, kt_entry.principal, &entry_princ_s);



More information about the samba-cvs mailing list