X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/298849d8ea217fd104d167f5233bd11240b3ddae..67a57a5afd313490a8763d60ec4df857b9cf239b:/src/src/lookups/redis.c?ds=sidebyside diff --git a/src/src/lookups/redis.c b/src/src/lookups/redis.c index b5c2eda23..84a2dc6c7 100644 --- a/src/src/lookups/redis.c +++ b/src/src/lookups/redis.c @@ -377,7 +377,7 @@ static int redis_find(void * handle __attribute__((unused)), const uschar * filename __attribute__((unused)), const uschar * command, int length, uschar ** result, uschar ** errmsg, - uint * do_cache) + uint * do_cache, const uschar * opts) { return lf_sqlperform(US"Redis", US"redis_servers", redis_servers, command, result, errmsg, do_cache, perform_redis_search);