From a43e3f98adae129c1e9f89c4e36d5dcf3f7b9642 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 30 Nov 2007 20:21:37 +0100 Subject: Add "net dom" command suite to "net". Guenther (This used to be commit a41f9aef843378b1f85f9b3d672d00f3399fa342) --- source3/utils/net.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/utils/net.c') diff --git a/source3/utils/net.c b/source3/utils/net.c index 8015358f7d..ee671f6b58 100644 --- a/source3/utils/net.c +++ b/source3/utils/net.c @@ -940,6 +940,7 @@ static struct functable net_func[] = { {"TIME", net_time}, {"LOOKUP", net_lookup}, {"JOIN", net_join}, + {"DOM", net_dom}, {"CACHE", net_cache}, {"GETLOCALSID", net_getlocalsid}, {"SETLOCALSID", net_setlocalsid}, -- cgit