summaryrefslogtreecommitdiff
path: root/source3/libsmb
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-01-05 01:33:45 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-01-05 01:33:45 +0000
commitf358c516185ab617902f91da558ada50709e1ebd (patch)
treec3a28431cd01b492047f00c2fd53b90709d83cd8 /source3/libsmb
parent9c7b042f31ee63a8b00aeeb9b530d1a405c715f5 (diff)
downloadsamba-f358c516185ab617902f91da558ada50709e1ebd.tar.gz
samba-f358c516185ab617902f91da558ada50709e1ebd.tar.bz2
samba-f358c516185ab617902f91da558ada50709e1ebd.zip
Add a touch of const
(This used to be commit b2af4372b1dac2e8f283184191fbb0231409a625)
Diffstat (limited to 'source3/libsmb')
-rw-r--r--source3/libsmb/namequery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/namequery.c b/source3/libsmb/namequery.c
index 2c235417a8..d11b1ffd78 100644
--- a/source3/libsmb/namequery.c
+++ b/source3/libsmb/namequery.c
@@ -1177,7 +1177,7 @@ NT GETDC call, UNICODE, NT domain SID and uncle tom cobbley and all...
Get the IP address list of the PDC/BDC's of a Domain.
*********************************************************/
-BOOL get_dc_list(BOOL pdc_only, char *group, struct in_addr **ip_list, int *count)
+BOOL get_dc_list(BOOL pdc_only, const char *group, struct in_addr **ip_list, int *count)
{
int name_type = pdc_only ? 0x1B : 0x1C;