mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Fixed wrong logic [#CLICKHOUSE-2].
This commit is contained in:
parent
7cf5eaddc0
commit
8425c56c0f
@ -212,7 +212,7 @@ void BackgroundSchedulePool::threadFunction()
|
||||
|
||||
if (notification)
|
||||
{
|
||||
TaskNotification & task_notification = static_cast<TaskNotification &>(notification.get());
|
||||
TaskNotification & task_notification = static_cast<TaskNotification &>(*notification);
|
||||
task_notification.execute();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user