mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Add missing "char"
svn:r4054
This commit is contained in:
parent
97637549bb
commit
6face4f482
@ -151,7 +151,7 @@ void circuit_close_all_marked(void)
|
|||||||
/** Function to make circ-\>state human-readable */
|
/** Function to make circ-\>state human-readable */
|
||||||
const char *
|
const char *
|
||||||
circuit_state_to_string(int state) {
|
circuit_state_to_string(int state) {
|
||||||
static buf[64];
|
static char buf[64];
|
||||||
switch (state) {
|
switch (state) {
|
||||||
case CIRCUIT_STATE_BUILDING: return "doing handshakes";
|
case CIRCUIT_STATE_BUILDING: return "doing handshakes";
|
||||||
case CIRCUIT_STATE_ONIONSKIN_PENDING: return "processing the onion";
|
case CIRCUIT_STATE_ONIONSKIN_PENDING: return "processing the onion";
|
||||||
|
Loading…
Reference in New Issue
Block a user