[tor-commits] [tor/master] ticket 25261: Removed multiple includes of transports.h in connection.c
nickm at torproject.org
nickm at torproject.org
Tue Feb 20 15:03:57 UTC 2018
commit 35533833122942fe226b6bb6cadd6a39f7e050c4
Author: Deepesh Pathak <deepshpathak at gmail.com>
Date: Thu Feb 15 22:28:34 2018 +0530
ticket 25261: Removed multiple includes of transports.h in connection.c
---
changes/ticket25261 | 3 +++
src/or/connection.c | 1 -
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/changes/ticket25261 b/changes/ticket25261
new file mode 100644
index 000000000..604a09d97
--- /dev/null
+++ 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
index fb87e5b05..7a1e1c5aa 100644
--- 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>
More information about the tor-commits
mailing list