diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-07-20 00:34:05 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-07-21 15:08:41 +0200 |
commit | 2314355bf77c85f8002bd0d2c1a0741600716ed8 (patch) | |
tree | 10e09d5c9658afe3285c9f76cbd2c8d26534bc78 | |
parent | 66d5ce266e5d9a85048255c3aee8373d0c2cf651 (diff) | |
download | tor-2314355bf77c85f8002bd0d2c1a0741600716ed8.tar.gz tor-2314355bf77c85f8002bd0d2c1a0741600716ed8.zip |
Add missing changes file for d461799f0
-rw-r--r-- | changes/getinfo_ns_garbage | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/getinfo_ns_garbage b/changes/getinfo_ns_garbage new file mode 100644 index 0000000000..c85715c0c6 --- /dev/null +++ b/changes/getinfo_ns_garbage @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Fix a bug in the controller interface where "GETINFO ns/asdaskljkl" + would return "551 Internal error" rather than "552 Unrecognized key + "ns/asdaskljkl". + |