diff --git a/src/um/UserPool.cc b/src/um/UserPool.cc index 66d021df24..fc50c7dee1 100644 --- a/src/um/UserPool.cc +++ b/src/um/UserPool.cc @@ -90,6 +90,7 @@ UserPool::UserPool(SqlDB * db, throw("Database has not been bootstrapped with master data."); } + oneadmin_name = oneadmin_user->get_name(); oneadmin_user->unlock(); return;