diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-12-18 14:54:57 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-12-18 14:54:57 +0000 |
commit | d14c8604653d39dd25736279d34930ee7a3ae103 (patch) | |
tree | 626f700b9b42b798ed7459a5cba5cd27aca9753e /source3/utils/net.c | |
parent | 0c0b9c738f0fc1bf8aa64533a5e4e0635b84f58f (diff) | |
parent | fc31f2c5269fd405be96b9a036baf35a60141ccf (diff) | |
download | samba-d14c8604653d39dd25736279d34930ee7a3ae103.tar.gz samba-d14c8604653d39dd25736279d34930ee7a3ae103.tar.bz2 samba-d14c8604653d39dd25736279d34930ee7a3ae103.zip |
Merge branch 'master' of ssh://git.samba.org/data/git/samba into pyregistry
Diffstat (limited to 'source3/utils/net.c')
-rw-r--r-- | source3/utils/net.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/utils/net.c b/source3/utils/net.c index f1a5be1876..c9525ab2eb 100644 --- a/source3/utils/net.c +++ b/source3/utils/net.c @@ -582,6 +582,13 @@ static struct functable net_func[] = { " Use 'net help registry' to get more information about 'net " "registry' commands." }, + { "lua", + net_lua, + NET_TRANSPORT_LOCAL, + "Open a lua interpreter", + " Use 'net help lua' to get more information about 'net " + "lua' commands." + }, #ifdef WITH_FAKE_KASERVER { "afs", net_afs, |