diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/db/update/UpdateGlue.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/db/update/UpdateGlue.cxx b/src/db/update/UpdateGlue.cxx index a13d56926..43c6a0bbc 100644 --- a/src/db/update/UpdateGlue.cxx +++ b/src/db/update/UpdateGlue.cxx @@ -147,6 +147,8 @@ UpdateService::RunDeferred() } UpdateService::UpdateService(EventLoop &_loop, SimpleDatabase &_db) - :DeferredMonitor(_loop), db(_db), walk(_loop) + :DeferredMonitor(_loop), db(_db), progress(UPDATE_PROGRESS_IDLE), + update_task_id(0), + walk(_loop) { } |