From 255bdb26025a5025bc60637dd924f6ec71c49ee5 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Sat, 7 Jun 2008 02:25:08 +0200 Subject: net: Rename functable3 to functable, get rid of old functables (This used to be commit bb7c5fc4ec77db4073d3beccf12af12910b6bd07) --- source3/utils/net_groupmap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/utils/net_groupmap.c') diff --git a/source3/utils/net_groupmap.c b/source3/utils/net_groupmap.c index cea1b0a3d7..b160d840a0 100644 --- a/source3/utils/net_groupmap.c +++ b/source3/utils/net_groupmap.c @@ -811,7 +811,7 @@ static int net_groupmap_memberships(struct net_context *c, int argc, const char **********************************************************/ int net_groupmap(struct net_context *c, int argc, const char **argv) { - struct functable3 func[] = { + struct functable func[] = { { "add", net_groupmap_add, @@ -901,6 +901,6 @@ int net_groupmap(struct net_context *c, int argc, const char **argv) return -1; } - return net_run_function3(c,argc, argv, "net groupmap", func); + return net_run_function(c,argc, argv, "net groupmap", func); } -- cgit