diff options
author | Andrew Tridgell <tridge@samba.org> | 2002-09-11 14:07:21 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2002-09-11 14:07:21 +0000 |
commit | 05a202c287f5daeb1ccbaf9479aa93e7928e93db (patch) | |
tree | 5e821e54fb36c3528514faa1a653f062291ac895 /source/utils/net.c | |
parent | 19adbf1faed3d076207ec55e398f15f87d48c9f7 (diff) | |
download | samba-05a202c287f5daeb1ccbaf9479aa93e7928e93db.tar.gz samba-05a202c287f5daeb1ccbaf9479aa93e7928e93db.tar.xz samba-05a202c287f5daeb1ccbaf9479aa93e7928e93db.zip |
added gencache implementation from mimir - thanks!
Diffstat (limited to 'source/utils/net.c')
-rw-r--r-- | source/utils/net.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/utils/net.c b/source/utils/net.c index a3aa7adcae5..e3cfc24b697 100644 --- a/source/utils/net.c +++ b/source/utils/net.c @@ -352,6 +352,7 @@ static struct functable net_func[] = { {"TIME", net_time}, {"LOOKUP", net_lookup}, {"JOIN", net_join}, + {"CACHE", net_cache}, {"HELP", net_help}, {NULL, NULL} |