From dba45e1927b5b61fc009af6604839ca0f120da8e Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Wed, 7 May 2008 21:01:46 +0200 Subject: [PATCH] gencache: add some const. Guenther (cherry picked from commit ec9f8c4cf67c82f4665ed51e4fd0181f5f147ea0) --- source/lib/gencache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib/gencache.c b/source/lib/gencache.c index 6131269adbd0..b773f83c5812 100644 --- a/source/lib/gencache.c +++ b/source/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; -- 2.34.1