TDB: quieten compiler and testsuite
[exim.git] / src / src / lookups / readsock.c
index 44159455d9448d14bfac9f0453b2841604ee485e..dfde999454d2cdccb24e97528fbb6aac118f36b0 100644 (file)
@@ -150,7 +150,7 @@ that connection cacheing at the framework layer works. */
 static void *
 readsock_open(const uschar * filename, uschar ** errmsg)
 {
-client_conn_ctx * cctx = store_get(sizeof(*cctx), FALSE);
+client_conn_ctx * cctx = store_get(sizeof(*cctx), GET_UNTAINTED);
 cctx->sock = -1;
 cctx->tls_ctx = NULL;
 DEBUG(D_lookup) debug_printf_indent("readsock: allocated context\n");