mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Remove a duplicated line, found by clang
This commit is contained in:
committed by
Nick Mathewson
parent
1c668540fe
commit
d7d25558fa
+1
-1
@@ -1240,7 +1240,7 @@ connection_connect(connection_t *conn, const char *address,
|
||||
{
|
||||
int s, inprogress = 0;
|
||||
char addrbuf[256];
|
||||
struct sockaddr *dest_addr = (struct sockaddr*) addrbuf;
|
||||
struct sockaddr *dest_addr;
|
||||
socklen_t dest_addr_len;
|
||||
or_options_t *options = get_options();
|
||||
int protocol_family;
|
||||
|
||||
Reference in New Issue
Block a user