* pwdgrp.h (pwdgrp::refresh): Fix indentation.
* uinfo.cc (pwdgrp::load): Open file synchronized to avoid truncated read. Drop local variable off.
This commit is contained in:
@@ -75,7 +75,7 @@ public:
|
||||
return;
|
||||
if (pglock.acquire () == 1 &&
|
||||
(!initialized || (check && etc::file_changed (etc_ix))))
|
||||
(this->*read) ();
|
||||
(this->*read) ();
|
||||
pglock.release ();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user