mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
r18853: Fix remaining warnings. Volker, should be fine now.
Guenther
(This used to be commit 40a6169ace
)
This commit is contained in:
parent
848d934281
commit
846aa881cd
@ -364,7 +364,7 @@ ADS_STATUS ads_delete_gpo_link(ADS_STRUCT *ads,
|
||||
|
||||
ADS_STATUS ads_parse_gpo(ADS_STRUCT *ads,
|
||||
TALLOC_CTX *mem_ctx,
|
||||
void *res,
|
||||
LDAPMessage *res,
|
||||
const char *gpo_dn,
|
||||
struct GROUP_POLICY_OBJECT *gpo)
|
||||
{
|
||||
|
@ -135,7 +135,7 @@ static int net_ads_gpo_list(int argc, const char **argv)
|
||||
ADS_STATUS status;
|
||||
LDAPMessage *res = NULL;
|
||||
int num_reply = 0;
|
||||
void *msg = NULL;
|
||||
LDAPMessage *msg = NULL;
|
||||
struct GROUP_POLICY_OBJECT gpo;
|
||||
TALLOC_CTX *mem_ctx;
|
||||
char *dn;
|
||||
|
Loading…
Reference in New Issue
Block a user