Explorar o código

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

Deepesh Pathak %!s(int64=6) %!d(string=hai) anos
pai
achega
3553383312
Modificáronse 2 ficheiros con 3 adicións e 1 borrados
  1. 3 0
      changes/ticket25261
  2. 0 1
      src/or/connection.c

+ 3 - 0
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.

+ 0 - 1
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>