View | Details | Raw Unified | Return to bug 155139
Collapse All | Expand All

(-)net-p2p/transmission-cli/files/patch-daemon-remote.c (+11 lines)
Added Link Here
1
--- daemon/remote.c~
2
+++ daemon/remote.c
3
@@ -38,7 +38,7 @@
4
 #include <libtransmission/version.h>
5
 
6
 #define MY_NAME "transmission-remote"
7
-#define DEFAULT_HOST "localhost"
8
+#define DEFAULT_HOST "127.0.0.1"
9
 #define DEFAULT_PORT atoi(TR_DEFAULT_RPC_PORT_STR)
10
 #define DEFAULT_URL TR_DEFAULT_RPC_URL_STR "rpc/"
11
 

Return to bug 155139