From: Roger Dingledine Date: Sun, 11 Dec 2005 09:33:38 +0000 (+0000) Subject: setconf orport=9001 X-Git-Tag: debian-version-0.1.1.10-alpha-1~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79f09b2f178627e14c84574dcca3b464a3e8feda;p=thirdparty%2Ftor.git 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.) svn:r5561 --- diff --git a/src/or/control.c b/src/or/control.c index b4cc2123db..215abc745f 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -717,7 +717,7 @@ control_setconf_helper(connection_t *conn, uint32_t len, char *body, 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;