1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s3-net: fix net_ads_gpo() for non-ads case.

Guenther
This commit is contained in:
Günther Deschner 2010-05-21 18:06:51 +02:00
parent a4719a4e12
commit 7c979adfbf

View File

@ -2708,7 +2708,7 @@ int net_ads_group(struct net_context *c, int argc, const char **argv)
return net_ads_noads();
}
int net_ads_gpo(int argc, const char **argv)
int net_ads_gpo(struct net_context *c, int argc, const char **argv)
{
return net_ads_noads();
}