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:
Paul Querna
2008-12-02 08:13:36 +00:00
parent e5b7a79cd1
commit a73acf02f6
29 changed files with 138 additions and 123 deletions

View File

@ -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);