Explorar o código

Fix another check_private_dir instance in master

Nick Mathewson %!s(int64=13) %!d(string=hai) anos
pai
achega
22efe20309
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/or/rephist.c

+ 1 - 1
src/or/rephist.c

@@ -2758,7 +2758,7 @@ rep_hist_conn_stats_write(time_t now)
 
   /* Try to write to disk. */
   statsdir = get_datadir_fname("stats");
-  if (check_private_dir(statsdir, CPD_CREATE) < 0) {
+  if (check_private_dir(statsdir, CPD_CREATE, get_options()->User) < 0) {
     log_warn(LD_HIST, "Unable to create stats/ directory!");
     goto done;
   }