Przeglądaj źródła

when you try a new set of options, and you like them, make sure they stick

svn:r2736
Roger Dingledine 21 lat temu
rodzic
commit
2d18d9eefb
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/or/config.c

+ 1 - 0
src/or/config.c

@@ -701,6 +701,7 @@ config_trial_assign(or_options_t **options, struct config_line_t *list, int rese
     return -3;
   }
 
+  *options = trial_options;
   return 0;
 }