Check query strings of query-style lookups for quoting. Bug 2850
[exim.git] / src / src / lookups / dbmdb.c
index c53e5555446ae342867a911751ec9f64bd45caf4..c607f7b9c50cb6be3520c48904169c6598abfd06 100644 (file)
@@ -149,7 +149,7 @@ int buflen, bufleft, key_item_len, sep = 0;
 or less than, the length of the delimited list passed in + 1. */
 
 buflen = length + 3;
-key_buffer = store_get(buflen, is_tainted(keystring));
+key_buffer = store_get(buflen, keystring);
 
 key_buffer[0] = '\0';