Package: libaqhbci19 Version: 5.0.7-1 Severity: important File: /usr/lib/libaqhbci.so.19
Hi,
for me internal transactions are broken since 5.0.6-1. The library
complains about a missing account suffix in function
AH_AccountJob_new(). Apparently it thinks my bank does not support
internal transactions. But it does and it worked fine with 5.0.5-1.
After going back to 5.0.5-1 internal transactions work again.
Digging through the history I found commit r2177 in the development of
5.0.6:
--- a/src/plugins/backends/aqhbci/plugin/accountjobs/accountjob.c
+++ b/src/plugins/backends/aqhbci/plugin/accountjobs/accountjob.c
@@ -44,7 +44,7 @@ AH_JOB *AH_AccountJob_new(const char *name,
assert(u);
assert(account);
- if (AH_Account_GetFlags(account) & AH_BANK_FLAGS_KTV2) {
+ if (!(AH_Account_GetFlags(account) & AH_BANK_FLAGS_KTV2)) {
int maxVer=0;
/* no account suffix, so we try to determine the highest usable
This is most probably the reason for the changed behaviour.
If I read the code correctly this renders the functionalities internal
transaction and load cellphone unuseable for everybody with a Sparkasse
account in north germany. So I set the severity to important. Feel
free to change it, if you think it is more critical or not that
important.
Regards,
Daniel
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.39-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages libaqhbci19 depends on:
ii libaqbanking-data 5.0.7-1 configuration files for libaqbanki
ii libaqbanking33 5.0.7-1 library for online banking applica
ii libc6 2.13-4 Embedded GNU C Library: Shared lib
ii libgwenhywfar60 4.0.9-1+b1 OS abstraction layer
libaqhbci19 recommends no packages.
Versions of packages libaqhbci19 suggests:
ii libchipcard-libgwenhywfar60- 5.0.1test-2 crypttoken plugin to libgwenhywfar
-- no debconf information
pgpSkAw3VBbSk.pgp
Description: PGP signature

