]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/regex_cache.c
Solaris: more build-fixing
[user/henk/code/exim.git] / src / src / regex_cache.c
index 63cddce1db91449c32cfe449286527dc4434d2ce..1ca3c96d5811c5d755d24dcd3dacc8a59a90d18e 100644 (file)
@@ -5,6 +5,7 @@
 /*
  * Copyright (c) The Exim Maintainers 2022
  * License: GPL
+ * SPDX-License-Identifier: GPL-2.0-or-later
  */
 
 /* Caching layers for compiled REs.  There is a local layer in the process,
@@ -238,7 +239,7 @@ regex_at_daemon(const uschar * reqbuf)
 {
 const re_req * req = (const re_req *)reqbuf;
 uschar * errstr;
-const pcre2_code * cre;
+const pcre2_code * cre = NULL;
 
 if (regex_cachesize >= REGEX_CACHESIZE_LIMIT)
   errstr = US"regex cache size limit reached";