[or-cvs] in the next stable release, people trying to use torcp to b...

arma at seul.org arma at seul.org
Tue Dec 27 05:30:46 UTC 2005


Update of /home/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/tor-010x/tor/src/or

Modified Files:
      Tag: tor-0_1_0-patches
	config.c 
Log Message:
in the next stable release, people trying to use torcp to become
a server will get a more helpful error message.


Index: config.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/config.c,v
retrieving revision 1.353.2.8
retrieving revision 1.353.2.9
diff -u -p -d -r1.353.2.8 -r1.353.2.9
--- config.c	5 Nov 2005 20:20:02 -0000	1.353.2.8
+++ config.c	27 Dec 2005 05:30:44 -0000	1.353.2.9
@@ -1657,7 +1657,7 @@ options_transition_allowed(or_options_t 
   }
 
   if (old->ORPort != new_val->ORPort) {
-    log_fn(LOG_WARN,"During reload, changing ORPort is not allowed. Failing.");
+    log_fn(LOG_WARN,"During reload, changing ORPort is not allowed. Please upgrade to 0.1.1.6-alpha or later. Failing.");
     return -1;
   }
 



More information about the tor-commits mailing list