directory
[users/heiko/exim.git] / src / src / directory.c
index f54a781b7c22111016095251c23bf913977a8cd2..da6b968dc3328f1159f32f310daccb99b9270c73 100644 (file)
@@ -44,7 +44,7 @@ uschar c = 1;
 struct stat statbuf;
 uschar * path;
 
-if (is_tainted(name)) 
+if (is_tainted2(name, 0, "Tainted path '%s' for new directory", name))
   { p = US"create"; path = US name; errno = ERRNO_TAINT; goto bad; }
 
 if (parent)