From f358c516185ab617902f91da558ada50709e1ebd Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 5 Jan 2002 01:33:45 +0000 Subject: Add a touch of const (This used to be commit b2af4372b1dac2e8f283184191fbb0231409a625) --- source3/libsmb/namequery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/libsmb/namequery.c b/source3/libsmb/namequery.c index 2c235417a80..d11b1ffd780 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; -- cgit