From c644917564f9a76b47b8c0d531e95020da9e282c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 30 Jun 2013 19:40:14 +0000 Subject: -fixing some namestore tests --- src/namestore/test_namestore_api_remove_not_existing_record.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/namestore/test_namestore_api_remove_not_existing_record.c') 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 c31ea8d0b..4e207257e 100644 --- a/src/namestore/test_namestore_api_remove_not_existing_record.c +++ b/src/namestore/test_namestore_api_remove_not_existing_record.c @@ -114,7 +114,7 @@ remove_cont (void *cls, int32_t success, const char *emsg) char *name = cls; GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Remove record for `%s': %s `%s'\n", name, (success == GNUNET_YES) ? "SUCCESS" : "FAIL", emsg); - if (GNUNET_NO == success) + if (GNUNET_OK == success) { res = 0; } -- cgit v1.2.3