efl net ssl constructor - remove double set of same var

all struct vars are set... one 2x. not a bug but pointless code in the
src

found by PVS studio
This commit is contained in:
Carsten Haitzler 2017-07-28 20:52:44 +09:00
parent 64dc6ab056
commit 16abe895c6
1 changed files with 0 additions and 1 deletions

View File

@ -306,7 +306,6 @@ _efl_net_ssl_context_efl_object_finalize(Eo *o, Efl_Net_Ssl_Context_Data *pd)
cfg.private_keys = &pd->private_keys;
cfg.certificate_revocation_lists = &pd->certificate_revocation_lists;
cfg.certificate_authorities = &pd->certificate_authorities;
cfg.load_defaults = pd->load_defaults;
err = efl_net_ssl_ctx_setup(&pd->ssl_ctx, cfg);
if (err)