Add dynamic lookup support
[exim.git] / src / src / verify.c
index 371883a379fa63bdeae6ec7a71226b37c86a2d5b..1ead3021671dbfe649158351e19c2143b15f2358 100644 (file)
@@ -2256,7 +2256,7 @@ if (iplookup)
     }
   else   /* Single-key style */
     {
-    int sep = (Ustrcmp(lookup_list[search_type].name, "iplsearch") == 0)?
+    int sep = (Ustrcmp(lookup_list[search_type]->name, "iplsearch") == 0)?
       ':' : '.';
     insize = host_aton(cb->host_address, incoming);
     host_mask(insize, incoming, mlen);