gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: use correct plugin name; th


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: use correct plugin name; thanks Corvus Corax
Date: Tue, 08 Oct 2019 21:55:47 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 08b084003 use correct plugin name; thanks Corvus Corax
08b084003 is described below

commit 08b084003d06ea0db8fb645c4d30f5153a2af56e
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Tue Oct 8 21:53:23 2019 +0200

    use correct plugin name; thanks Corvus Corax
---
 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,

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]