diff options
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/gencache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/gencache.c b/source3/lib/gencache.c index 6131269adb..b773f83c58 100644 --- a/source3/lib/gencache.c +++ b/source3/lib/gencache.c @@ -324,7 +324,7 @@ bool gencache_get_data_blob(const char *keystr, DATA_BLOB *blob, bool *expired) * @retval false on failure **/ -bool gencache_set_data_blob(const char *keystr, DATA_BLOB *blob, time_t timeout) +bool gencache_set_data_blob(const char *keystr, const DATA_BLOB *blob, time_t timeout) { bool ret = False; int tdb_ret; |