[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-exchange] branch master updated: Fix offsetting.
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-exchange] branch master updated: Fix offsetting. |
Date: |
Fri, 11 May 2018 11:34:18 +0200 |
This is an automated email from the git hooks/post-receive script.
marcello pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new 868a0de Fix offsetting.
868a0de is described below
commit 868a0deeccd0a883bbdbd93833b2c7c75338acd5
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri May 11 11:34:00 2018 +0200
Fix offsetting.
---
src/wire-plugins/plugin_wire_taler-bank.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/wire-plugins/plugin_wire_taler-bank.c
b/src/wire-plugins/plugin_wire_taler-bank.c
index 743d85b..37bb08e 100644
--- a/src/wire-plugins/plugin_wire_taler-bank.c
+++ b/src/wire-plugins/plugin_wire_taler-bank.c
@@ -702,7 +702,7 @@ taler_bank_execute_wire_transfer (void *cls,
return NULL;
}
auth.details.basic.password = &auth.details.basic.username[slen];
- slen = strlen (auth.details.basic.username) + 1;
+ slen = strlen (auth.details.basic.password) + 1;
GNUNET_assert (left >= slen);
left -= slen;
if (0 != left)
--
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 offsetting.,
gnunet <=