]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
ticket 25261: Removed multiple includes of transports.h in connection.c
authorDeepesh Pathak <deepshpathak@gmail.com>
Thu, 15 Feb 2018 16:58:34 +0000 (22:28 +0530)
committerDeepesh Pathak <deepshpathak@gmail.com>
Thu, 15 Feb 2018 16:58:34 +0000 (22:28 +0530)
changes/ticket25261 [new file with mode: 0644]
src/or/connection.c

diff --git a/changes/ticket25261 b/changes/ticket25261
new file mode 100644 (file)
index 0000000..604a09d
--- /dev/null
@@ -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.
index fb87e5b05fc9222ec891f11ab8ca13c16fd8b6bf..7a1e1c5aa38fef70a4fa91691be84999925287b6 100644 (file)
 #include "transports.h"
 #include "routerparse.h"
 #include "sandbox.h"
-#include "transports.h"
 
 #ifdef HAVE_PWD_H
 #include <pwd.h>