1
0
mirror of https://github.com/samba-team/samba.git synced 2025-05-28 21:05:48 +03:00

r8989: Fix a warning

(This used to be commit 3d491ebf9ca8edae938aee08abb924905fd83deb)
This commit is contained in:
Volker Lendecke 2005-08-03 05:46:06 +00:00 committed by Gerald (Jerry) Carter
parent 3ada346cbe
commit 4dec112b8a

View File

@ -285,7 +285,7 @@ static ADS_STATUS ads_sasl_gssapi_bind(ADS_STRUCT *ads)
ENCTYPE_DES_CBC_MD5,
ENCTYPE_NULL};
gss_OID_desc nt_principal =
{10, "\052\206\110\206\367\022\001\002\002\002"};
{10, CONST_DISCARD(char *, "\052\206\110\206\367\022\001\002\002\002")};
/* we need to fetch a service ticket as the ldap user in the
servers realm, regardless of our realm */