Tidying: explicit (de)tainting copies
[exim.git] / src / src / lookups / dsearch.c
index 80000f14a3575e2ff92cb34045182961e386ef55..2c4f13426d563633d6dd5d6b0d182633c4b38711 100644 (file)
@@ -124,7 +124,7 @@ if (  Ulstat(filename, &statbuf) >= 0
   {
   /* Since the filename exists in the filesystem, we can return a
   non-tainted result. */
-  *result = string_copy_taint(flags & RET_FULL ? filename : keystring, FALSE);
+  *result = string_copy_taint(flags & RET_FULL ? filename : keystring, GET_UNTAINTED);
   return OK;
   }