summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-07-23 21:57:04 +0200
committerChristian Grothoff <christian@grothoff.org>2019-07-23 21:57:04 +0200
commit05d5b735fee619c60bd1bb246c366a6072118082 (patch)
tree6a1ee7bebae795666f5f5dda695a9990b8649600 /src
parente8a892c29aed9b08f800878ad4d6e789f9571b64 (diff)
downloadexchange-05d5b735fee619c60bd1bb246c366a6072118082.tar.gz
exchange-05d5b735fee619c60bd1bb246c366a6072118082.tar.bz2
exchange-05d5b735fee619c60bd1bb246c366a6072118082.zip
typo
Diffstat (limited to 'src')
-rw-r--r--src/lib/testing_api_cmd_payback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/testing_api_cmd_payback.c b/src/lib/testing_api_cmd_payback.c
index 9f81c706e..c7ea5091d 100644
--- a/src/lib/testing_api_cmd_payback.c
+++ b/src/lib/testing_api_cmd_payback.c
@@ -257,7 +257,7 @@ payback_cb (void *cls,
const struct TALER_ReservePrivateKeyP *reserve_priv;
struct TALER_ReservePublicKeyP rp;
- if (NULL == reserve_priv)
+ if (NULL == reserve_pub)
{
GNUNET_break (0);
TALER_TESTING_interpreter_fail (is);