mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 22:47:12 +01:00
note a potential bug in status events. need to look at spec to
see if it's really a bug. svn:r17548
This commit is contained in:
parent
145e589b6c
commit
4053b47459
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue