gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: - Use correct argument in GNUNET_OS_init


From: gnunet
Subject: [gnunet] branch master updated: - Use correct argument in GNUNET_OS_init call
Date: Wed, 15 Jul 2020 21:14:32 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 5b4a00d35 - Use correct argument in GNUNET_OS_init call
5b4a00d35 is described below

commit 5b4a00d35bd229180c6769ec582fee97c16ebf3d
Author: Alessio Vanni <vannilla@firemail.cc>
AuthorDate: Wed Jul 15 20:58:51 2020 +0200

    - Use correct argument in GNUNET_OS_init call
    
    Signed-off-by: Christian Grothoff <christian@grothoff.org>
---
 src/gnsrecord/gnsrecord.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gnsrecord/gnsrecord.c b/src/gnsrecord/gnsrecord.c
index 3ce10473b..a59997934 100644
--- a/src/gnsrecord/gnsrecord.c
+++ b/src/gnsrecord/gnsrecord.c
@@ -139,7 +139,7 @@ GNSRECORD_fini ()
   GNUNET_free (gns_plugins);
 
   if (pd != dpd)
-    GNUNET_OS_init(dpd);
+    GNUNET_OS_init(pd);
 
   gns_plugins = NULL;
   once = 0;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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