[or-cvs] setconf orport=9001
arma at seul.org
arma at seul.org
Sun Dec 11 09:33:40 UTC 2005
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
control.c
Log Message:
setconf orport=9001
513 Unrecognized option value
it's not unrecognized. it's unacceptable. (in this case, i still
have to consult the logs to figure out why, but at least i have
an inkling that maybe i should.)
Index: control.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/control.c,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -d -r1.156 -r1.157
--- control.c 10 Dec 2005 09:36:25 -0000 1.156
+++ control.c 11 Dec 2005 09:33:38 -0000 1.157
@@ -717,7 +717,7 @@
break;
case -2:
v0_err = ERR_INVALID_CONFIG_VALUE;
- msg = "513 Unrecognized option value";
+ msg = "513 Unacceptable option value";
break;
case -3:
v0_err = ERR_INVALID_CONFIG_VALUE;
More information about the tor-commits
mailing list