[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] when you try a new set of options, and you like them, make ...



Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or

Modified Files:
	config.c 
Log Message:
when you try a new set of options, and you like them, make sure they stick


Index: config.c
===================================================================
RCS file: /home/or/cvsroot/src/or/config.c,v
retrieving revision 1.230
retrieving revision 1.231
diff -u -d -r1.230 -r1.231
--- config.c	9 Nov 2004 07:20:21 -0000	1.230
+++ config.c	9 Nov 2004 07:45:24 -0000	1.231
@@ -701,6 +701,7 @@
     return -3;
   }
 
+  *options = trial_options;
   return 0;
 }