summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1999-06-05 22:55:21 +0000
committerderaadt <deraadt@openbsd.org>1999-06-05 22:55:21 +0000
commit04f1a98fbea96316db6eea7a8edd516ccc19d770 (patch)
tree3c0f3a3f523491d90712cae6546633766d826a1b
parentUse the Listen-on address as local address if Local-address (diff)
downloadwireguard-openbsd-04f1a98fbea96316db6eea7a8edd516ccc19d770.tar.xz
wireguard-openbsd-04f1a98fbea96316db6eea7a8edd516ccc19d770.zip
Pretty sure that the more restrictive umask used by mkstemp() makes the fchmod not neccessary
-rw-r--r--usr.sbin/httpd/src/modules/proxy/proxy_cache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/httpd/src/modules/proxy/proxy_cache.c b/usr.sbin/httpd/src/modules/proxy/proxy_cache.c
index 035a4c444c1..46951f62ba9 100644
--- a/usr.sbin/httpd/src/modules/proxy/proxy_cache.c
+++ b/usr.sbin/httpd/src/modules/proxy/proxy_cache.c
@@ -1006,7 +1006,6 @@ int ap_proxy_cache_update(cache_req *c, table *resp_hdrs,
c->tempfile);
return DECLINED;
}
- (void) fchmod(i, 0622);
ap_note_cleanups_for_fd(r->pool, i);
c->fp = ap_bcreate(r->pool, B_WR);