[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-exchange] branch master updated: fix taler-wire-audi
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-exchange] branch master updated: fix taler-wire-auditor crash |
Date: |
Thu, 05 Sep 2019 03:52:43 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new e5cf6039 fix taler-wire-auditor crash
e5cf6039 is described below
commit e5cf6039632584ebf70073c1cf4ab5e655de0e90
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Sep 5 03:52:26 2019 +0200
fix taler-wire-auditor crash
---
src/auditor/taler-wire-auditor.c | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/src/auditor/taler-wire-auditor.c b/src/auditor/taler-wire-auditor.c
index 265effda..c53527f1 100644
--- a/src/auditor/taler-wire-auditor.c
+++ b/src/auditor/taler-wire-auditor.c
@@ -769,7 +769,7 @@ wire_out_cb (void *cls,
GNUNET_CRYPTO_hash (wtid,
sizeof (struct TALER_WireTransferIdentifierRawP),
&key);
- roi = GNUNET_CONTAINER_multihashmap_get (in_map,
+ roi = GNUNET_CONTAINER_multihashmap_get (out_map,
&key);
if (NULL == roi)
{
@@ -885,10 +885,6 @@ wire_out_cb (void *cls,
}
cleanup:
GNUNET_assert (GNUNET_OK ==
- GNUNET_CONTAINER_multihashmap_remove (out_map,
- &key,
- roi));
- GNUNET_assert (GNUNET_OK ==
free_roi (NULL,
&key,
roi));
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-exchange] branch master updated: fix taler-wire-auditor crash,
gnunet <=