Merge branch 'maint-0.2.5' into release-0.2.5

This commit is contained in:
Roger Dingledine 2014-08-21 22:17:23 -04:00
commit ef89fd142c
1 changed files with 2 additions and 0 deletions

View File

@ -6871,6 +6871,8 @@ init_cookie_authentication(const char *fname, const char *header,
log_warn(LD_FS,"Unable to make %s group-readable.", escaped(fname));
}
}
#else
(void) group_readable;
#endif
/* Success! */