From: Maxim Mamontov Date: Fri, 22 Apr 2011 12:40:15 +0000 (+0300) Subject: WriteConf removed from stopping process X-Git-Tag: 2.407-p1~42 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/a7bfb642268b57c897bc5d56ba4711f0b5788d72 WriteConf removed from stopping process --- diff --git a/projects/stargazer/users_impl.cpp b/projects/stargazer/users_impl.cpp index 08181ae1..3eee9a9a 100644 --- a/projects/stargazer/users_impl.cpp +++ b/projects/stargazer/users_impl.cpp @@ -525,7 +525,7 @@ for (list::iterator it = users.begin(); it->WriteDetailStat(true); for_each(users.begin(), users.end(), mem_fun_ref(&USER_IMPL::WriteStat)); -for_each(users.begin(), users.end(), mem_fun_ref(&USER_IMPL::WriteConf)); +//for_each(users.begin(), users.end(), mem_fun_ref(&USER_IMPL::WriteConf)); printfd(__FILE__, "USERS::Stop()\n"); return 0;