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 | cdca2ad1c4ca396e130a1091063c3aeedbb06cd8 (patch) | |
tree | 5c40195dd59d5d41009eaca2c34f1e2343eb9035 /source3/utils/net.c | |
parent | b3bcdccb1c3670495248469170b7b86c16312f99 (diff) | |
download | samba-cdca2ad1c4ca396e130a1091063c3aeedbb06cd8.tar.gz samba-cdca2ad1c4ca396e130a1091063c3aeedbb06cd8.tar.bz2 samba-cdca2ad1c4ca396e130a1091063c3aeedbb06cd8.zip |
added gencache implementation from mimir - thanks!
(This used to be commit 05a202c287f5daeb1ccbaf9479aa93e7928e93db)
Diffstat (limited to 'source3/utils/net.c')
-rw-r--r-- | source3/utils/net.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net.c b/source3/utils/net.c index a3aa7adcae..e3cfc24b69 100644 --- a/source3/utils/net.c +++ b/source3/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} |