X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/3a9262974035b6b8efebffcdf50a2371f3636477..b66fecb428871a3eb274d9370671f1eaf8c5ccec:/src/src/directory.c diff --git a/src/src/directory.c b/src/src/directory.c index e5b655186..2d4d565f4 100644 --- a/src/src/directory.c +++ b/src/src/directory.c @@ -69,7 +69,7 @@ while (c && *p) /* Set the ownership if necessary. */ - if (use_chown && Uchown(path, exim_uid, exim_gid)) + if (use_chown && exim_chown(path, exim_uid, exim_gid)) { p = US"set owner on"; goto bad; } /* It appears that any mode bits greater than 0777 are ignored by