From 4a7a8ecb0b69b3b79823aab7504e75451d20e5a0 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 5 Oct 2012 19:20:45 +0200 Subject: s3:utils/net: remove unused "net connections" The connections.tdb will go away. metze Signed-off-by: Michael Adam --- source3/utils/net.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source3/utils/net.c') diff --git a/source3/utils/net.c b/source3/utils/net.c index 075ccc177f9..eccb522dc9b 100644 --- a/source3/utils/net.c +++ b/source3/utils/net.c @@ -715,13 +715,6 @@ static struct functable net_func[] = { N_(" Use 'net help registry' to get more information about " "'net registry' commands.") }, - { "connections", - net_connections, - NET_TRANSPORT_LOCAL, - N_("Fiddle with connectinos tdb"), - N_(" Use 'net help connections' to get more information about " - "'net connections' commands.") - }, { "eventlog", net_eventlog, NET_TRANSPORT_LOCAL, -- cgit