summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2004-01-03 20:21:37 +0000
committerVolker Lendecke <vlendec@samba.org>2004-01-03 20:21:37 +0000
commit60639680195015739909ea7a2be032bdbab4f76c (patch)
tree7b33a16575e55db43b3b29f17a59c58762d54ca2
parentc6f6cad41f9ce2d1691e7ca18f7c1d50764e61e5 (diff)
downloadsamba-60639680195015739909ea7a2be032bdbab4f76c.tar.gz
samba-60639680195015739909ea7a2be032bdbab4f76c.tar.bz2
samba-60639680195015739909ea7a2be032bdbab4f76c.zip
And yet another const
Volker (This used to be commit 6121a866659c3b81e790a79432b6d89d7865fbd3)
-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 5d0f924d8f..f12aee4112 100644
--- a/source3/nsswitch/winbindd_ads.c
+++ b/source3/nsswitch/winbindd_ads.c
@@ -933,7 +933,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"));