projects
/
oweals
/
tinc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fa2709
)
Remove unused variables.
author
Guus Sliepen
<guus@tinc-vpn.org>
Tue, 8 Aug 2006 13:44:19 +0000
(13:44 +0000)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Tue, 8 Aug 2006 13:44:19 +0000
(13:44 +0000)
src/net_socket.c
patch
|
blob
|
history
diff --git
a/src/net_socket.c
b/src/net_socket.c
index 4b94f33930a9fda03d387ea2d2d78c69d8fc16d8..d235ee31c168f097ead6022498f6ea3e7b21d134 100644
(file)
--- a/
src/net_socket.c
+++ b/
src/net_socket.c
@@
-242,8
+242,6
@@
void retry_outgoing(outgoing_t *outgoing)
void finish_connecting(connection_t *c)
{
- int option;
-
cp();
ifdebug(CONNECTIONS) logger(LOG_INFO, _("Connected to %s (%s)"), c->name, c->hostname);
@@
-258,7
+256,7
@@
void finish_connecting(connection_t *c)
void do_outgoing_connection(connection_t *c)
{
char *address, *port;
- int
option, result, flags
;
+ int
result
;
cp();