You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-apache/mod_auth_xradius/files/mod_auth_xradius-0.4.6-apac...

15 lines
466 B

--- a/src/xradius_cache.c
+++ b/src/xradius_cache.c
@@ -143,9 +143,9 @@
/* Running as Root */
if (geteuid() == 0) {
/* Allow the configured Apache use to read/write to the DBM */
- chown(path1, unixd_config.user_id, -1);
+ chown(path1, ap_unixd_config.user_id, -1);
if (path2 != NULL) {
- chown(path2, unixd_config.user_id, -1);
+ chown(path2, ap_unixd_config.user_id, -1);
}
}
#endif