aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-communicator-tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-communicator-tcp.c')
-rw-r--r--src/transport/gnunet-communicator-tcp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/transport/gnunet-communicator-tcp.c b/src/transport/gnunet-communicator-tcp.c
index 098bb9523..70cbb731a 100644
--- a/src/transport/gnunet-communicator-tcp.c
+++ b/src/transport/gnunet-communicator-tcp.c
@@ -2081,10 +2081,10 @@ run (void *cls,
2081 (void) cls; 2081 (void) cls;
2082 cfg = c; 2082 cfg = c;
2083 if (GNUNET_OK != 2083 if (GNUNET_OK !=
2084 GNUNET_CONFIGURATION_get_value_filename (cfg, 2084 GNUNET_CONFIGURATION_get_value_string (cfg,
2085 COMMUNICATOR_CONFIG_SECTION, 2085 COMMUNICATOR_CONFIG_SECTION,
2086 "BINDTO", 2086 "BINDTO",
2087 &bindto)) 2087 &bindto))
2088 { 2088 {
2089 GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR, 2089 GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
2090 COMMUNICATOR_CONFIG_SECTION, 2090 COMMUNICATOR_CONFIG_SECTION,