mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
API Cleanup in preperation for 2.4.x, make sure all exported functions or variables contain an ap_ prefix.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@722399 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -622,7 +622,7 @@ static int cgid_server(void *data)
|
||||
}
|
||||
|
||||
if (!geteuid()) {
|
||||
if (chown(sockname, unixd_config.user_id, -1) < 0) {
|
||||
if (chown(sockname, ap_unixd_config.user_id, -1) < 0) {
|
||||
ap_log_error(APLOG_MARK, APLOG_ERR, errno, main_server,
|
||||
"Couldn't change owner of unix domain socket %s",
|
||||
sockname);
|
||||
|
Reference in New Issue
Block a user