mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
Add non-ads version of net_ads_help for build on non-ads machines.
(This used to be commit dd7c20e533
)
This commit is contained in:
@ -768,6 +768,12 @@ int net_ads_usage(int argc, const char **argv)
|
||||
return -1;
|
||||
}
|
||||
|
||||
int net_ads_help(int argc, const char **argv)
|
||||
{
|
||||
d_printf("ADS support not compiled in\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
int net_ads_join(int argc, const char **argv)
|
||||
{
|
||||
return -1;
|
||||
|
Reference in New Issue
Block a user