1
0
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:
Günther Deschner 2006-09-23 21:06:33 +00:00 committed by Gerald (Jerry) Carter
parent 848d934281
commit 846aa881cd
2 changed files with 2 additions and 2 deletions

View File

@ -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)
{

View File

@ -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;