summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2004-01-03 20:20:59 +0000
committerVolker Lendecke <vlendec@samba.org>2004-01-03 20:20:59 +0000
commitd01733eb32802b2284fb34023edfcdb96ef310bd (patch)
treec472d0e43ad5f726960a94a45985b3d77264e2e6 /source3
parent4cc701196e2a3603b62ae3ad8c8178fadcfa853b (diff)
downloadsamba-d01733eb32802b2284fb34023edfcdb96ef310bd.tar.gz
samba-d01733eb32802b2284fb34023edfcdb96ef310bd.tar.bz2
samba-d01733eb32802b2284fb34023edfcdb96ef310bd.zip
And yet another const
Volker (This used to be commit dafa4d202b65382c365f10365208d9de4eef5586)
Diffstat (limited to 'source3')
-rw-r--r--source3/nsswitch/winbindd_ads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_ads.c b/source3/nsswitch/winbindd_ads.c
index 4b12304693..82d0afd03b 100644
--- a/source3/nsswitch/winbindd_ads.c
+++ b/source3/nsswitch/winbindd_ads.c
@@ -932,7 +932,7 @@ static NTSTATUS alternate_name(struct winbindd_domain *domain)
ADS_STRUCT *ads;
ADS_STATUS rc;
TALLOC_CTX *ctx;
- char *workgroup;
+ const char *workgroup;
DEBUG(3,("ads: alternate_name\n"));