aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_remove_not_existing_record.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-03-01 18:08:47 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-03-01 18:08:47 +0000
commit996a989c215bd8021b48424386ac1dfa420f52da (patch)
tree1b70a0cefc426d383011fe778ff559607e070fcc /src/namestore/test_namestore_api_remove_not_existing_record.c
parent84a9934f89765fda5882a0c9d4c3f401df62625e (diff)
downloadgnunet-996a989c215bd8021b48424386ac1dfa420f52da.tar.gz
gnunet-996a989c215bd8021b48424386ac1dfa420f52da.zip
- fixes
Diffstat (limited to 'src/namestore/test_namestore_api_remove_not_existing_record.c')
-rw-r--r--src/namestore/test_namestore_api_remove_not_existing_record.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/namestore/test_namestore_api_remove_not_existing_record.c b/src/namestore/test_namestore_api_remove_not_existing_record.c
index 8e71159fb..85652874c 100644
--- a/src/namestore/test_namestore_api_remove_not_existing_record.c
+++ b/src/namestore/test_namestore_api_remove_not_existing_record.c
@@ -238,7 +238,7 @@ run (void *cls, char *const *args, const char *cfgfile,
238 GNUNET_TIME_absolute_get_forever(), 238 GNUNET_TIME_absolute_get_forever(),
239 RECORDS, s_rd, s_signature, put_cont, s_name); 239 RECORDS, s_rd, s_signature, put_cont, s_name);
240 240
241 GNUNET_free (s_signature); 241
242} 242}
243 243
244static int 244static int
@@ -268,7 +268,7 @@ main (int argc, char *argv[])
268 int ret; 268 int ret;
269 269
270 ret = check (); 270 ret = check ();
271 271 GNUNET_free (s_signature);
272 return ret; 272 return ret;
273} 273}
274 274