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:
parent
a4719a4e12
commit
7c979adfbf
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user