]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
setconf orport=9001
authorRoger Dingledine <arma@torproject.org>
Sun, 11 Dec 2005 09:33:38 +0000 (09:33 +0000)
committerRoger Dingledine <arma@torproject.org>
Sun, 11 Dec 2005 09:33:38 +0000 (09:33 +0000)
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

src/or/control.c

index b4cc2123dbe9e954ea68d7d57fb666ca5ba181dc..215abc745f456636207e2cfdf5aba80119d1021a 100644 (file)
@@ -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;