gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r29838 - gnunet/src/namestore


From: gnunet
Subject: [GNUnet-SVN] r29838 - gnunet/src/namestore
Date: Fri, 4 Oct 2013 09:43:50 +0200

Author: grothoff
Date: 2013-10-04 09:43:50 +0200 (Fri, 04 Oct 2013)
New Revision: 29838

Modified:
   gnunet/src/namestore/test_namestore_api_store_update.c
Log:
-initialize flags

Modified: gnunet/src/namestore/test_namestore_api_store_update.c
===================================================================
--- gnunet/src/namestore/test_namestore_api_store_update.c      2013-10-04 
07:22:37 UTC (rev 29837)
+++ gnunet/src/namestore/test_namestore_api_store_update.c      2013-10-04 
07:43:50 UTC (rev 29838)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2012 Christian Grothoff (and other contributing authors)
+     (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -131,6 +131,7 @@
     GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                 "Block was decrypted successfully, updating record \n");
     
+    rd_new.flags = GNUNET_NAMESTORE_RF_NONE;
     rd_new.expiration_time = GNUNET_TIME_absolute_get().abs_value_us;
     rd_new.record_type = TEST_RECORD_TYPE2;
     rd_new.data_size = TEST_RECORD_DATALEN2;
@@ -229,7 +230,7 @@
   GNUNET_assert (privkey != NULL);
   GNUNET_CRYPTO_ecc_key_get_public_for_signature (privkey, &pubkey);
 
-
+  rd.flags = GNUNET_NAMESTORE_RF_NONE;
   rd.expiration_time = GNUNET_TIME_absolute_get().abs_value_us;
   rd.record_type = TEST_RECORD_TYPE;
   rd.data_size = TEST_RECORD_DATALEN;




reply via email to

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