more work on route_message() logic
[oweals/gnunet.git] / src / peerstore / test_peerstore_api_store.c
index 194b96104ea76ee39add7b024190744e36f59e78..cecf13e052ae47618d8d847a6b825bb6d5aba4df 100644 (file)
@@ -14,6 +14,8 @@
     
      You should have received a copy of the GNU Affero General Public License
      along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+     SPDX-License-Identifier: AGPL3.0-or-later
 */
 /**
  * @file peerstore/test_peerstore_api_store.c
@@ -71,7 +73,6 @@ test3_cont (void *cls,
                             subsystem,
                             &pid,
                             key,
-                            GNUNET_TIME_UNIT_SECONDS,
                             &test3_cont2,
                             NULL);
 }
@@ -127,8 +128,8 @@ test2_cont (void *cls, int success)
   GNUNET_PEERSTORE_iterate (h,
                             subsystem,
                             &pid, key,
-                            GNUNET_TIME_UNIT_SECONDS,
-                            &test2_cont2, NULL);
+                            &test2_cont2,
+                           NULL);
 }
 
 
@@ -181,7 +182,6 @@ test1_cont (void *cls, int success)
                             subsystem,
                             &pid,
                             key,
-                            GNUNET_TIME_UNIT_SECONDS,
                             &test1_cont2,
                             NULL);
 }