Skip to content
Snippets Groups Projects
Commit 9da4e251 authored by Sebastian Hahn's avatar Sebastian Hahn Committed by Nick Mathewson
Browse files

Remove some dead code, found by clang

parent d7d25558
Branches
Tags
No related merge requests found
......@@ -1414,9 +1414,8 @@ connection_or_send_netinfo(or_connection_t *conn)
len = append_address_to_payload(out, &my_addr);
if (len < 0)
return -1;
out += len;
} else {
*out++ = 0;
*out = 0;
}
connection_or_write_cell_to_buf(&cell, conn);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment