JSON: fix crashes in ${extract jsons } and ${extract json {digits} }
[exim.git] / src / src / exim.c
index 5c9d4ee16a478791ae59968cb097c6aa76231fb0..32bd3968fae6b2345bb2b5ca9a675a77153ff275 100644 (file)
@@ -930,6 +930,9 @@ fprintf(fp, "Lookups (built-in):");
 #if defined(LOOKUP_IBASE) && LOOKUP_IBASE!=2
   fprintf(fp, " ibase");
 #endif
+#if defined(LOOKUP_JSON) && LOOKUP_JSON!=2
+  fprintf(fp, " json");
+#endif
 #if defined(LOOKUP_LDAP) && LOOKUP_LDAP!=2
   fprintf(fp, " ldap ldapdn ldapm");
 #endif