tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 35533833122942fe226b6bb6cadd6a39f7e050c4
parent f6a230ec9555688d61db37eb22c8823619332d83
Author: Deepesh Pathak <deepshpathak@gmail.com>
Date:   Thu, 15 Feb 2018 22:28:34 +0530

ticket 25261: Removed multiple includes of transports.h in connection.c

Diffstat:
Achanges/ticket25261 | 3+++
Msrc/or/connection.c | 1-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/changes/ticket25261 b/changes/ticket25261 @@ -0,0 +1,3 @@ + o Minor bugfix (Multiple includes): + - Fixed multiple includes of trasports.h in src/or/connection.c + Fixes bug 25261; bugfix on 0.2.5.1-alpha. diff --git a/src/or/connection.c b/src/or/connection.c @@ -101,7 +101,6 @@ #include "transports.h" #include "routerparse.h" #include "sandbox.h" -#include "transports.h" #ifdef HAVE_PWD_H #include <pwd.h>