diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-12-20 15:52:27 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-12-20 15:52:27 +0100 |
commit | 6f69bc424ab330c03904e5317973a2e6748db8e0 (patch) | |
tree | 601a140024e61d09dc31e5dbb622073b13e7364b /src/util/taler-helper-crypto-rsa.c | |
parent | 7877c24ef2e1a53cdfb182b94a35836b05701f4d (diff) |
fix GNUNET_DISK_fn_write() rval check to match latest GNUnet API
Diffstat (limited to 'src/util/taler-helper-crypto-rsa.c')
-rw-r--r-- | src/util/taler-helper-crypto-rsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/taler-helper-crypto-rsa.c b/src/util/taler-helper-crypto-rsa.c index 32f0b44dd..53d5c2c7c 100644 --- a/src/util/taler-helper-crypto-rsa.c +++ b/src/util/taler-helper-crypto-rsa.c @@ -836,7 +836,7 @@ setup_key (struct DenominationKey *dk, denom->section, (unsigned long long) (dk->anchor.abs_value_us / GNUNET_TIME_UNIT_SECONDS.rel_value_us)); - if (buf_size != + if (GNUNET_OK != GNUNET_DISK_fn_write (dk->filename, buf, buf_size, |