svn commit: samba r3612 - in branches/SAMBA_4_0/source/libcli/auth: .

abartlet at samba.org abartlet at samba.org
Mon Nov 8 02:28:13 GMT 2004


Author: abartlet
Date: 2004-11-08 02:28:12 +0000 (Mon, 08 Nov 2004)
New Revision: 3612

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

Log:
This appears to be the 'offical' way to initialise this struct.

Andrew Bartlett

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


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/auth/kerberos.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/auth/kerberos.c	2004-11-08 02:12:15 UTC (rev 3611)
+++ branches/SAMBA_4_0/source/libcli/auth/kerberos.c	2004-11-08 02:28:12 UTC (rev 3612)
@@ -67,7 +67,7 @@
 		return code;
 	}
 
-	ZERO_STRUCT(options);
+	krb5_get_init_creds_opt_init(&options);
 
 	if ((code = krb5_get_init_creds_password(ctx, &my_creds, me, password, 
 						 kerb_prompter, 



More information about the samba-cvs mailing list