summaryrefslogtreecommitdiff
path: root/source3/winbindd
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-01-15 16:40:02 +0100
committerGünther Deschner <gd@samba.org>2008-01-15 16:40:22 +0100
commitc920764b1960f86482a24d4b4462664b07d4f1a9 (patch)
treed5125f721cb2d9d4dbff0b7523ec6f605f458b42 /source3/winbindd
parentbd8f1f71ac1a8031cd8aa213c2201013860e55fc (diff)
downloadsamba-c920764b1960f86482a24d4b4462664b07d4f1a9.tar.gz
samba-c920764b1960f86482a24d4b4462664b07d4f1a9.tar.bz2
samba-c920764b1960f86482a24d4b4462664b07d4f1a9.zip
Apply const to rpccli_lsa_query_info_policy() and rpccli_lsa_query_info_policy2().
Guenther (This used to be commit 7a3fe68bef7acde9d9f8a7a44ce7e9432f3c5a95)
Diffstat (limited to 'source3/winbindd')
-rw-r--r--source3/winbindd/winbindd_cm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c
index a9155a5763..908228717e 100644
--- a/source3/winbindd/winbindd_cm.c
+++ b/source3/winbindd/winbindd_cm.c
@@ -1799,9 +1799,9 @@ static void set_dc_type_and_flags_connect( struct winbindd_domain *domain )
struct rpc_pipe_client *cli;
POLICY_HND pol;
- char *domain_name = NULL;
- char *dns_name = NULL;
- char *forest_name = NULL;
+ const char *domain_name = NULL;
+ const char *dns_name = NULL;
+ const char *forest_name = NULL;
DOM_SID *dom_sid = NULL;
ZERO_STRUCT( ctr );