mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
s3: fix idmap_adex.
Guenther
This commit is contained in:
parent
3ee016be9c
commit
04979bcfb4
@ -101,7 +101,7 @@ done:
|
||||
ADS_STRUCT *ads = NULL;
|
||||
ADS_STATUS ads_status;
|
||||
NTSTATUS nt_status = NT_STATUS_UNSUCCESSFUL;
|
||||
struct nbt_cldap_netlogon_5 cldap_reply;
|
||||
struct NETLOGON_SAM_LOGON_RESPONSE_EX cldap_reply;
|
||||
TALLOC_CTX *frame = talloc_stackframe();
|
||||
|
||||
if (!gc || !domain) {
|
||||
|
@ -454,7 +454,7 @@ NTSTATUS idmap_adex_init(void)
|
||||
return NT_STATUS_OK;
|
||||
}
|
||||
|
||||
NTSTATUS nss_info_adex_init(void)
|
||||
static NTSTATUS nss_info_adex_init(void)
|
||||
{
|
||||
return idmap_adex_init();
|
||||
}
|
||||
|
@ -167,7 +167,7 @@ struct likewise_cell *cell_list_head(void);
|
||||
bool cell_list_add(struct likewise_cell *cell);
|
||||
bool cell_list_remove(struct likewise_cell * cell);
|
||||
|
||||
void cell_list_destroy();
|
||||
void cell_list_destroy(void);
|
||||
void cell_destroy(struct likewise_cell *c);
|
||||
void cell_set_forest_searches(struct likewise_cell *c,
|
||||
bool search);
|
||||
|
Loading…
Reference in New Issue
Block a user