Remove unused variable.
authorGuus Sliepen <guus@tinc-vpn.org>
Tue, 8 Aug 2006 13:50:58 +0000 (13:50 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Tue, 8 Aug 2006 13:50:58 +0000 (13:50 +0000)
src/net_socket.c

index d235ee31c168f097ead6022498f6ea3e7b21d134..c2a685965a362c1314308b4046e1fc8d16585f0e 100644 (file)
@@ -386,7 +386,6 @@ void setup_outgoing_connection(outgoing_t *outgoing)
 */
 bool handle_new_meta_connection(int sock)
 {
-       int option;
        connection_t *c;
        sockaddr_t sa;
        int fd;