Revision d27ccd56
Von admin vor mehr als 7 Jahren hinzugefügt
src/plugins/backends/aqhbci/tools/aqhbci-tool/getsysid.c | ||
---|---|---|
/***************************************************************************
|
||
$RCSfile$
|
||
-------------------
|
||
cvs : $Id$
|
||
begin : Tue May 03 2005
|
||
copyright : (C) 2017 by Martin Preuss
|
||
copyright : (C) 2005 by Martin Preuss
|
||
email : martin@libchipcard.de
|
||
|
||
***************************************************************************
|
||
... | ... | |
else {
|
||
AB_IMEXPORTER_CONTEXT *ctx;
|
||
|
||
if (1) {
|
||
rv=AH_Provider_GetCert(pro, u, 1, 0, 1);
|
||
if (rv<0) {
|
||
DBG_ERROR(0, "Error getting certificate (%d)", rv);
|
||
AB_Banking_Fini(ab);
|
||
return 3;
|
||
}
|
||
}
|
||
|
||
ctx=AB_ImExporterContext_new();
|
||
rv=AH_Provider_GetSysId(pro, u, ctx, 1, 0, 1);
|
||
AB_ImExporterContext_free(ctx);
|
Auch abrufbar als: Unified diff
Revert "AqHBCI: "aqhbci-tool4 getsysid" first retrieves the bank cert."
This reverts commit cf40f4db6fe21214ca56fb477026ee945ae6086b.