Updates of lmiwbem.config are not applied
alexanderlaw opened this issue · 5 comments
alexanderlaw commented
It's impossible to disable default trust store with lmiwbem 0.7.1.
lmiwbem.config.DEFAULT_TRUST_STORE = ''
- has no effect.
As I see in lmiwbem_config.cpp s_inst_ptr used in Config::defaultTrustStore references Config object that is not the same as the one created in init_type.
phatina commented
Thank you, I will fix it soon.
phatina commented
Please, verify.
alexanderlaw commented
Yes, now it works. Thank you!
phatina commented
Thank you. I am considering a release now; do you have anything to fix/include?
alexanderlaw commented
Please look at #23
I think the fix is simple.