diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-03-17 18:46:30 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-03-17 18:46:30 +0100 |
commit | 3d1d78f23af68de52fcf49f6412b44882bbd5e22 (patch) | |
tree | 607332c42f97957157c8c8316307434920097b4e /src/auditor | |
parent | c250200f44686959d083bc1e8bb370d45ca2e2ef (diff) |
fix FTBFS
Diffstat (limited to 'src/auditor')
-rw-r--r-- | src/auditor/taler-auditor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c index 06fc7e151..48eb30cbe 100644 --- a/src/auditor/taler-auditor.c +++ b/src/auditor/taler-auditor.c @@ -1196,7 +1196,7 @@ sync_denomination (void *cls, if (GNUNET_OK != ret) { GNUNET_break (0); - cc.ret = GNUNET_SYSERR; + cc->ret = GNUNET_SYSERR; } GNUNET_assert (GNUNET_YES == GNUNET_CONTAINER_multihashmap_remove (cc->denominations, |