X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/424fa2f3aa617d08cce2518aac84bfe1329de6c2..5f17d2f09733cc77355841fbf095a95186cc9fe5:/src/src/directory.c diff --git a/src/src/directory.c b/src/src/directory.c index 64dfac833..2d4d565f4 100644 --- a/src/src/directory.c +++ b/src/src/directory.c @@ -3,7 +3,7 @@ *************************************************/ /* Copyright (c) University of Cambridge 1995 - 2009 */ -/* Copyright (c) The Exim Maintainers 2017 */ +/* Copyright (c) The Exim Maintainers 2010 - 2018 */ /* See the file NOTICE for conditions of use and distribution. */ #include "exim.h" @@ -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