summaryrefslogtreecommitdiff
path: root/source3/utils/net_conf.c
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2008-06-07 02:25:08 +0200
committerKai Blin <kai@samba.org>2008-06-10 09:48:21 +0200
commit255bdb26025a5025bc60637dd924f6ec71c49ee5 (patch)
tree4e2301ae2fb17a37c45b2f9d87c685ea764c74de /source3/utils/net_conf.c
parentcd06703a3f382bd114ae7634cdd7c630947cf785 (diff)
downloadsamba-255bdb26025a5025bc60637dd924f6ec71c49ee5.tar.gz
net: Rename functable3 to functable, get rid of old functables
(This used to be commit bb7c5fc4ec77db4073d3beccf12af12910b6bd07)
Diffstat (limited to 'source3/utils/net_conf.c')
-rw-r--r--source3/utils/net_conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_conf.c b/source3/utils/net_conf.c
index f63f04e09a8..ab1b0f3df76 100644
--- a/source3/utils/net_conf.c
+++ b/source3/utils/net_conf.c
@@ -1024,7 +1024,7 @@ struct conf_functable {
};
/**
- * This imitates net_run_function3 but calls the main functions
+ * This imitates net_run_function but calls the main functions
* through the wrapper net_conf_wrap_function().
*/
static int net_conf_run_function(struct net_context *c, int argc,