aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_confirmation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/crypto_confirmation.c')
-rw-r--r--src/util/crypto_confirmation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/crypto_confirmation.c b/src/util/crypto_confirmation.c
index 5670f5560..99552f150 100644
--- a/src/util/crypto_confirmation.c
+++ b/src/util/crypto_confirmation.c
@@ -266,7 +266,7 @@ TALER_build_pos_confirmation (const char *pos_key,
TALER_amount_is_valid (total) ) )
{
GNUNET_break_op (0);
- return GNUNET_SYSERR;
+ return NULL;
}
TALER_amount_hton (&ntotal,
total);