svn commit: samba r22468 - in branches/SAMBA_3_0/source/include: .

gd at samba.org gd at samba.org
Sun Apr 22 21:21:27 GMT 2007


Author: gd
Date: 2007-04-22 21:21:26 +0000 (Sun, 22 Apr 2007)
New Revision: 22468

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

Log:
Fixing implicit declaration of krb5_set_default_tgs_ktypes (which is hidden by
KRB5_PRIVATE in MIT and doesn't exist on Heimdal).

Guenther

Modified:
   branches/SAMBA_3_0/source/include/includes.h


Changeset:
Modified: branches/SAMBA_3_0/source/include/includes.h
===================================================================
--- branches/SAMBA_3_0/source/include/includes.h	2007-04-22 21:17:49 UTC (rev 22467)
+++ branches/SAMBA_3_0/source/include/includes.h	2007-04-22 21:21:26 UTC (rev 22468)
@@ -1102,9 +1102,7 @@
 krb5_error_code krb5_set_real_time(krb5_context context, int32_t seconds, int32_t microseconds);
 #endif
 
-#ifndef HAVE_KRB5_SET_DEFAULT_TGS_KTYPES
 krb5_error_code krb5_set_default_tgs_ktypes(krb5_context ctx, const krb5_enctype *enc);
-#endif
 
 #if defined(HAVE_KRB5_AUTH_CON_SETKEY) && !defined(HAVE_KRB5_AUTH_CON_SETUSERUSERKEY)
 krb5_error_code krb5_auth_con_setuseruserkey(krb5_context context, krb5_auth_context auth_context, krb5_keyblock *keyblock);



More information about the samba-cvs mailing list