diff options
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_cache.c b/source3/utils/net_cache.c index afcb7a1874..4de3a6ce77 100644 --- a/source3/utils/net_cache.c +++ b/source3/utils/net_cache.c @@ -242,7 +242,7 @@ static int net_cache_get(struct net_context *c, int argc, const char **argv) return -1; } - if (gencache_get_data_blob(keystr, &value, &timeout, NULL)) { + if (gencache_get_data_blob(keystr, NULL, &value, &timeout, NULL)) { print_cache_entry(keystr, value, timeout, NULL); data_blob_free(&value); return 0; |