git://git.exim.org
/
users
/
jgh
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
$local_part_verified
[users/jgh/exim.git]
/
src
/
src
/
directory.c
diff --git
a/src/src/directory.c
b/src/src/directory.c
index e5b655186c35abf314a14f228453cfcca3ecae08..2d4d565f4ede31504743571a5b1ded263d0ebc42 100644
(file)
--- 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 &&
U
chown(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