[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-developers] [PATCH] Fix bug in transport-https_server - wrong tr
From: |
Corvus Corax |
Subject: |
[GNUnet-developers] [PATCH] Fix bug in transport-https_server - wrong transport name sent to NAT |
Date: |
Tue, 8 Oct 2019 21:45:35 +0200 |
---
src/transport/plugin_transport_http_server.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/transport/plugin_transport_http_server.c
b/src/transport/plugin_transport_http_server.c
index 51555a56f..6e106fe78 100644
--- a/src/transport/plugin_transport_http_server.c
+++ b/src/transport/plugin_transport_http_server.c
@@ -2856,7 +2856,7 @@ server_start_report_addresses (struct HTTP_Server_Plugin
*plugin)
plugin->nat
= GNUNET_NAT_register (plugin->env->cfg,
- "transport-http_server",
+ plugin->name,
IPPROTO_TCP,
(unsigned int) res,
(const struct sockaddr **) addrs,
--
2.17.1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-developers] [PATCH] Fix bug in transport-https_server - wrong transport name sent to NAT,
Corvus Corax <=