mirror of
https://github.com/samba-team/samba.git
synced 2025-05-31 05:05:53 +03:00
r8989: Fix a warning
(This used to be commit 3d491ebf9ca8edae938aee08abb924905fd83deb)
This commit is contained in:
parent
3ada346cbe
commit
4dec112b8a
@ -285,7 +285,7 @@ static ADS_STATUS ads_sasl_gssapi_bind(ADS_STRUCT *ads)
|
|||||||
ENCTYPE_DES_CBC_MD5,
|
ENCTYPE_DES_CBC_MD5,
|
||||||
ENCTYPE_NULL};
|
ENCTYPE_NULL};
|
||||||
gss_OID_desc nt_principal =
|
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
|
/* we need to fetch a service ticket as the ldap user in the
|
||||||
servers realm, regardless of our realm */
|
servers realm, regardless of our realm */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user