Tidying: explicit (de)tainting copies
[exim.git] / src / src / search.c
index 979dae739638946d5e5686a8381442b371010c76..bf709763c730ef68c8e487c59fb42ad40e07a6dd 100644 (file)
@@ -959,7 +959,7 @@ than the result.  Return a de-tainted version of the key on the grounds that
 it have been validated by the lookup. */
 
 if (yield && ret_key)
-  yield = string_copy_taint(keystring, FALSE);
+  yield = string_copy_taint(keystring, GET_UNTAINTED);
 
 return yield;
 }