summaryrefslogtreecommitdiff
path: root/source3/libads
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2003-11-26 09:58:41 +0000
committerVolker Lendecke <vlendec@samba.org>2003-11-26 09:58:41 +0000
commit203710ea6d74a6ff17ed3c2d718022242384ee3a (patch)
tree772cc22a33e7d831512b23c984a96394f7130335 /source3/libads
parent09a708815625f4c9e656cdbbf148a2ca2de73bc7 (diff)
downloadsamba-203710ea6d74a6ff17ed3c2d718022242384ee3a.tar.gz
samba-203710ea6d74a6ff17ed3c2d718022242384ee3a.tar.bz2
samba-203710ea6d74a6ff17ed3c2d718022242384ee3a.zip
Get rid of a const warning
Volker (This used to be commit 94860687c535ace0c962ca3fe7da59df05325c62)
Diffstat (limited to 'source3/libads')
-rw-r--r--source3/libads/ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c
index b3706cb240..072f42513c 100644
--- a/source3/libads/ldap.c
+++ b/source3/libads/ldap.c
@@ -1933,7 +1933,7 @@ bin/net -Uadministrator%XXXXX ads search '(&(objectclass=crossref)(dnsroot=VNET3
but you need to force the bind path to match the configurationNamingContext from the rootDSE
*/
-ADS_STATUS ads_workgroup_name(ADS_STRUCT *ads, TALLOC_CTX *mem_ctx, char **workgroup)
+ADS_STATUS ads_workgroup_name(ADS_STRUCT *ads, TALLOC_CTX *mem_ctx, const char **workgroup)
{
char *expr;
ADS_STATUS rc;