commit 91e97e81c390bd691dbedad654887dfbd9412351
parent 989f86701c5880e5f462d9bed70071894beb8dae
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 19 Aug 2020 15:28:09 +0200
adjust sync to API changes and to work with claim tokens: merge
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/testing/testing_api_cmd_backup_upload.c b/src/testing/testing_api_cmd_backup_upload.c
@@ -331,7 +331,7 @@ backup_upload_run (void *cls,
bus->sync_url,
&bus->sync_priv,
( ( (NULL != bus->prev_upload) &&
- (GNUNET_YES != GNUNET_is_zero (
+ (GNUNET_NO == GNUNET_is_zero (
&bus->prev_hash)) ) ||
(0 != (SYNC_TESTING_UO_PREV_HASH_WRONG
& bus->uopt)) )