Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration is not loaded #9

Closed
jfriesse opened this issue Feb 25, 2013 · 1 comment
Closed

Configuration is not loaded #9

jfriesse opened this issue Feb 25, 2013 · 1 comment
Labels
Milestone

Comments

@jfriesse
Copy link

loadConfig line chgHmacAlgorithm.setSelectedIndex(timeStep, true); is incorrect, because timeStep is usually 30 -> Exception -> Delete of record store. Line should be chgHmacAlgorithm.setSelectedIndex(aDis.readInt(), true);. Also in load, finally should closeRecordStore.

kwart added a commit that referenced this issue Feb 25, 2013
@kwart
Copy link
Owner

kwart commented Feb 25, 2013

Jan, thanks for this report!
It should be fixed in the version 1.2, which was released just before few seconds.

@kwart kwart closed this as completed Feb 25, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants