[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] 02/02: quic: nat bug fix
From: |
gnunet |
Subject: |
[gnunet] 02/02: quic: nat bug fix |
Date: |
Mon, 21 Aug 2023 19:31:01 +0200 |
This is an automated email from the git hooks/post-receive script.
marshall pushed a commit to branch master
in repository gnunet.
commit 6c0cac3d3ae385368ad775cb033c82d52fad1b64
Author: marshall <stmr@umich.edu>
AuthorDate: Mon Aug 21 13:25:47 2023 -0400
quic: nat bug fix
---
src/transport/gnunet-communicator-quic.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/transport/gnunet-communicator-quic.c
b/src/transport/gnunet-communicator-quic.c
index 70fdd0bf4..108f65b31 100644
--- a/src/transport/gnunet-communicator-quic.c
+++ b/src/transport/gnunet-communicator-quic.c
@@ -1593,7 +1593,7 @@ run (void *cls,
NULL,
¬ify_cb,
NULL);
- GNUNET_NT_scanner_init ();
+ is = GNUNET_NT_scanner_init ();
nat = GNUNET_NAT_register (cfg,
COMMUNICATOR_CONFIG_SECTION,
IPPROTO_UDP,
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.