Taint enforce: directory open backstops, single-key search filename
[exim.git] / src / src / lookups / dsearch.c
index 1eb2924f01cd6a1677c821c9924dbf38acf9f186..3a0df303b6fe124316788842397c1406420e414b 100644 (file)
@@ -27,7 +27,7 @@ actually scanning through the list of files. */
 static void *
 dsearch_open(uschar *dirname, uschar **errmsg)
 {
-DIR *dp = opendir(CS dirname);
+DIR * dp = exim_opendir(dirname);
 if (!dp)
   {
   int save_errno = errno;