From 8972c92342211fefb3d76bc306f7fbc467089010 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 31 Jan 2012 16:16:47 +0100 Subject: s3:net ads join: remove a useless empty comment block Autobuild-User: Michael Adam Autobuild-Date: Tue Jan 31 18:37:45 CET 2012 on sn-devel-104 --- source3/utils/net_ads.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/utils') diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c index c8c648c0ee..381393ebad 100644 --- a/source3/utils/net_ads.c +++ b/source3/utils/net_ads.c @@ -1304,8 +1304,7 @@ static int net_ads_join_usage(struct net_context *c, int argc, const char **argv return -1; } -/******************************************************************* - ********************************************************************/ + static void _net_ads_join_dns_updates(TALLOC_CTX *ctx, struct libnet_JoinCtx *r) { #if defined(WITH_DNS_UPDATES) -- cgit