mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
s3-net: fix net_ads_gpo() for non-ads case.
Guenther
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user