mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
common: Fixed a typo with initialization in YandexAppMainFuncImpl::main(). [#METR-21516]
This commit is contained in:
parent
f6b037141b
commit
dd0905e906
@ -43,9 +43,9 @@ public:
|
||||
static int main(int _argc, char * _argv[])
|
||||
{
|
||||
App app;
|
||||
AppHandler::init(app, _argc, _argv);
|
||||
try
|
||||
{
|
||||
AppHandler::init(app, _argc, _argv);
|
||||
return AppHandler::run(app, _argc, _argv);
|
||||
}
|
||||
catch (const Poco::Exception & _ex)
|
||||
|
Loading…
Reference in New Issue
Block a user