mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
r18853: Fix remaining warnings. Volker, should be fine now.
Guenther
This commit is contained in:
parent
01a8562fe1
commit
40a6169ace
@ -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