Skip to content
This repository has been archived by the owner on May 16, 2018. It is now read-only.

Commit

Permalink
Undo: Loeste das Problem nicht, fuehrte aber dazu, dass FirstKeyReq g…
Browse files Browse the repository at this point in the history
…enerell mit RDH-Profil 10 ausgefuehrt wird, was nicht gewuenscht ist.
  • Loading branch information
willuhn committed May 18, 2015
1 parent 06341e2 commit 9b15c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/kapott/hbci/passport/HBCIPassportRDHNew.java
Expand Up @@ -541,7 +541,7 @@ public String getProfileVersion()

if (ret == null || ret.length() == 0)
{
ret = HBCIUtils.getParam(getParamHeader()+".defaultprofile","10");
ret = HBCIUtils.getParam(getParamHeader()+".defaultprofile",null);
HBCIUtils.log("unable to determine rdh-profile-version using BPD, using default version " + ret, HBCIUtils.LOG_WARN);
}

Expand Down

0 comments on commit 9b15c05

Please sign in to comment.