mirror of
https://github.com/samba-team/samba.git
synced 2025-03-10 12:58:35 +03:00
Add some const to dsgetdcname
This commit is contained in:
parent
3176ee2632
commit
1df18922c6
@ -3064,7 +3064,7 @@ void debug_dsdcinfo_flags(int lvl, uint32_t flags);
|
||||
NTSTATUS dsgetdcname(TALLOC_CTX *mem_ctx,
|
||||
struct messaging_context *msg_ctx,
|
||||
const char *domain_name,
|
||||
struct GUID *domain_guid,
|
||||
const struct GUID *domain_guid,
|
||||
const char *site_name,
|
||||
uint32_t flags,
|
||||
struct netr_DsRGetDCNameInfo **info);
|
||||
|
@ -314,7 +314,7 @@ static bool check_cldap_reply_required_flags(uint32_t ret_flags,
|
||||
|
||||
static NTSTATUS dsgetdcname_cache_fetch(TALLOC_CTX *mem_ctx,
|
||||
const char *domain_name,
|
||||
struct GUID *domain_guid,
|
||||
const struct GUID *domain_guid,
|
||||
uint32_t flags,
|
||||
const char *site_name,
|
||||
struct netr_DsRGetDCNameInfo **info_p)
|
||||
@ -381,7 +381,7 @@ static NTSTATUS dsgetdcname_cache_fetch(TALLOC_CTX *mem_ctx,
|
||||
static NTSTATUS dsgetdcname_cached(TALLOC_CTX *mem_ctx,
|
||||
struct messaging_context *msg_ctx,
|
||||
const char *domain_name,
|
||||
struct GUID *domain_guid,
|
||||
const struct GUID *domain_guid,
|
||||
uint32_t flags,
|
||||
const char *site_name,
|
||||
struct netr_DsRGetDCNameInfo **info)
|
||||
@ -527,7 +527,7 @@ static NTSTATUS discover_dc_netbios(TALLOC_CTX *mem_ctx,
|
||||
|
||||
static NTSTATUS discover_dc_dns(TALLOC_CTX *mem_ctx,
|
||||
const char *domain_name,
|
||||
struct GUID *domain_guid,
|
||||
const struct GUID *domain_guid,
|
||||
uint32_t flags,
|
||||
const char *site_name,
|
||||
struct ip_service_name **returned_dclist,
|
||||
@ -1033,7 +1033,7 @@ static NTSTATUS process_dc_netbios(TALLOC_CTX *mem_ctx,
|
||||
static NTSTATUS dsgetdcname_rediscover(TALLOC_CTX *mem_ctx,
|
||||
struct messaging_context *msg_ctx,
|
||||
const char *domain_name,
|
||||
struct GUID *domain_guid,
|
||||
const struct GUID *domain_guid,
|
||||
uint32_t flags,
|
||||
const char *site_name,
|
||||
struct netr_DsRGetDCNameInfo **info)
|
||||
@ -1114,7 +1114,7 @@ static bool is_closest_site(struct netr_DsRGetDCNameInfo *info)
|
||||
NTSTATUS dsgetdcname(TALLOC_CTX *mem_ctx,
|
||||
struct messaging_context *msg_ctx,
|
||||
const char *domain_name,
|
||||
struct GUID *domain_guid,
|
||||
const struct GUID *domain_guid,
|
||||
const char *site_name,
|
||||
uint32_t flags,
|
||||
struct netr_DsRGetDCNameInfo **info)
|
||||
|
Loading…
x
Reference in New Issue
Block a user