]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add string for IP_NOW_REDUNDANT in circuit_end_reason_to_control_string
authorNick Mathewson <nickm@torproject.org>
Thu, 15 Jan 2015 16:53:20 +0000 (11:53 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 15 Jan 2015 16:53:20 +0000 (11:53 -0500)
Closes 14207; bugfix on 0.2.6.2-alpha.

changes/bug14207 [new file with mode: 0644]
src/or/reasons.c

diff --git a/changes/bug14207 b/changes/bug14207
new file mode 100644 (file)
index 0000000..987bb25
--- /dev/null
@@ -0,0 +1,3 @@
+  o Minor bugfixes (controller):
+    - Add a code for the END_CIRC_REASON_IP_NOW_REDUNDANT circuit close
+      reason.  Fixes bug 12407; bugfix on 0.2.6.2-alpha.
index c65acb54aeaf4843b60ff0d21f65f0a7c7a4d014..23ab6041a6994071b356ad79f6e75c1b5dc16966 100644 (file)
@@ -350,6 +350,8 @@ circuit_end_reason_to_control_string(int reason)
       return "NOSUCHSERVICE";
     case END_CIRC_REASON_MEASUREMENT_EXPIRED:
       return "MEASUREMENT_EXPIRED";
+    case END_CIRC_REASON_IP_NOW_REDUNDANT:
+      return "IP_NOW_REDUNDANT";
     default:
       if (is_remote) {
         /*