X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Ftools%2Fdcpomatic.cc;h=508390a38986dce5161aaab445ddb925c26df55c;hp=73e215c045d8406e7b8e077f154df5e4a8f6705c;hb=248fe9bd28d93a9e269093b4dfbec5d0ceb49ce1;hpb=be3402b1fa27c9c35b043fd88cef93a88b17c6de diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index 73e215c04..508390a38 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -1506,6 +1506,10 @@ private: */ Config::drop (); + /* We only look out for bad configuration from here on, as before + dcpomatic_setup() we haven't got OpenSSL ready so there will be + incorrect certificate chain validity errors. + */ Config::Bad.connect (boost::bind(&App::config_bad, this, _1)); _frame = new DOMFrame (_("DCP-o-matic"));