...and also fix whitespace.
tor_free(process_groupname);
return -1;
}
- if(check & CPD_CHECK_MODE_ONLY) {
- if(check & CPD_GROUP_OK || check & CPD_GROUP_READ) {
+ if (check & CPD_CHECK_MODE_ONLY) {
+ if (check & CPD_GROUP_OK || check & CPD_GROUP_READ) {
if (!st.st_mode & 0027) {
log_warn(LD_FS, "Incorrect permissions on directory %s a.", dirname);
return -1;
/** Should we send the timestamps that pre-023 hidden services want? */
int Support022HiddenServices;
- /** Create the Hidden Service directories
- and hostname files group readable. */
- int HiddenServiceDirGroupReadable;
-
} or_options_t;
/** Persistent state for an onion router, as saved to disk. */