gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -fix test; pointer in closure invalid


From: gnunet
Subject: [gnunet] branch master updated: -fix test; pointer in closure invalid
Date: Tue, 07 Jun 2022 17:51:52 +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 4e854a117 -fix test; pointer in closure invalid
4e854a117 is described below

commit 4e854a117310285060ef496709e965841042b084
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Tue Jun 7 17:51:49 2022 +0200

    -fix test; pointer in closure invalid
---
 src/gnsrecord/test_gnsrecord_crypto.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gnsrecord/test_gnsrecord_crypto.c 
b/src/gnsrecord/test_gnsrecord_crypto.c
index ee14fa904..ad7b62cc8 100644
--- a/src/gnsrecord/test_gnsrecord_crypto.c
+++ b/src/gnsrecord/test_gnsrecord_crypto.c
@@ -101,7 +101,7 @@ test_with_type (struct GNUNET_IDENTITY_PrivateKey *privkey)
   struct GNUNET_HashCode query_pub;
   struct GNUNET_HashCode query_priv;
   struct GNUNET_HashCode query_block;
-  struct GNUNET_TIME_Absolute expire = GNUNET_TIME_absolute_get ();
+  struct GNUNET_TIME_Absolute expire = GNUNET_TIME_UNIT_FOREVER_ABS;
 
 
   /* get public key */
@@ -143,7 +143,7 @@ test_with_type (struct GNUNET_IDENTITY_PrivateKey *privkey)
                                                  &pubkey,
                                                  s_name,
                                                  &rd_decrypt_cb,
-                                                 s_name));
+                                                 NULL));
   GNUNET_free (block);
 }
 

-- 
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]