]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
note a potential bug in status events. need to look at spec to
authorRoger Dingledine <arma@torproject.org>
Wed, 10 Dec 2008 01:35:21 +0000 (01:35 +0000)
committerRoger Dingledine <arma@torproject.org>
Wed, 10 Dec 2008 01:35:21 +0000 (01:35 +0000)
see if it's really a bug.

svn:r17548

src/or/control.c

index 231a88ad14d9a808394bd707313b8b894d1f42a5..e2c61290457d64b252afd5c6d37dd7317507f91c 100644 (file)
@@ -3117,6 +3117,7 @@ control_event_stream_status(edge_connection_t *conn, stream_status_event_t tp,
     default:
       tor_snprintf(reason_buf, sizeof(reason_buf), "REASON=UNKNOWN_%d",
                    reason_code);
+      /* XXX do we want SOURCE=UNKNOWN_%d above instead? -RD */
       break;
     }
   }