From 04845c4cc0b99cba6ce8ceb65d6ec356d9c513d8 Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Fri, 15 Mar 2002 22:05:39 +0000 Subject: Expose net_ads_join to allow for auto-transport-detection for net join (This used to be commit 87ee4832312c9c65377500efd617bac086164834) --- source3/utils/net_ads.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils') diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c index 091c254d88..3d758a39aa 100644 --- a/source3/utils/net_ads.c +++ b/source3/utils/net_ads.c @@ -237,7 +237,7 @@ static int net_ads_leave(int argc, const char **argv) return 0; } -static int net_ads_join(int argc, const char **argv) +int net_ads_join(int argc, const char **argv) { ADS_STRUCT *ads; ADS_STATUS rc; -- cgit