mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
fix typo noticed by wood
svn:r17726
This commit is contained in:
parent
0f6514e041
commit
df89748388
@ -578,7 +578,7 @@ command_process_netinfo_cell(cell_t *cell, or_connection_t *conn)
|
|||||||
const char *next = decode_address_from_payload(&addr, cp, end-cp);
|
const char *next = decode_address_from_payload(&addr, cp, end-cp);
|
||||||
if (next == NULL) {
|
if (next == NULL) {
|
||||||
log_fn(LOG_PROTOCOL_WARN, LD_OR,
|
log_fn(LOG_PROTOCOL_WARN, LD_OR,
|
||||||
"Bad ddress in netinfo cell; closing connection.");
|
"Bad address in netinfo cell; closing connection.");
|
||||||
connection_mark_for_close(TO_CONN(conn));
|
connection_mark_for_close(TO_CONN(conn));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user