From 4dec112b8a99183e1dc01fd8cacad3ece85d21da Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 3 Aug 2005 05:46:06 +0000 Subject: r8989: Fix a warning (This used to be commit 3d491ebf9ca8edae938aee08abb924905fd83deb) --- source3/libads/sasl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/libads/sasl.c') diff --git a/source3/libads/sasl.c b/source3/libads/sasl.c index 0164b0c740..8fa62a5ade 100644 --- a/source3/libads/sasl.c +++ b/source3/libads/sasl.c @@ -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 */ -- cgit