aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_put.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/test_namestore_api_put.c')
-rw-r--r--src/namestore/test_namestore_api_put.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/namestore/test_namestore_api_put.c b/src/namestore/test_namestore_api_put.c
index 647b5e6af..e3610ccaf 100644
--- a/src/namestore/test_namestore_api_put.c
+++ b/src/namestore/test_namestore_api_put.c
@@ -100,8 +100,8 @@ put_cont (void *cls, int32_t success, const char *emsg)
100{ 100{
101 const char * name = cls; 101 const char * name = cls;
102 102
103 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 103 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
104 "Name store added record for `%s': %s\n", 104 "Name store added record for `%s': %s\n",
105 name, (success == GNUNET_OK) ? "SUCCESS" : "FAIL"); 105 name, (success == GNUNET_OK) ? "SUCCESS" : "FAIL");
106 if (success == GNUNET_OK) 106 if (success == GNUNET_OK)
107 res = 0; 107 res = 0;
@@ -131,7 +131,7 @@ create_record (unsigned int count)
131 131
132 132
133static void 133static void
134run (void *cls, 134run (void *cls,
135 const struct GNUNET_CONFIGURATION_Handle *cfg, 135 const struct GNUNET_CONFIGURATION_Handle *cfg,
136 struct GNUNET_TESTING_Peer *peer) 136 struct GNUNET_TESTING_Peer *peer)
137{ 137{