* passwd.cc (pg_ent::setent): Initialize cygheap domain info.

* sec_auth.cc (get_logon_server): Ditto.
This commit is contained in:
Corinna Vinschen
2014-02-19 18:29:52 +00:00
parent dfd2ffdcc1
commit 50db0deb25
3 changed files with 9 additions and 1 deletions

View File

@@ -296,6 +296,7 @@ pg_ent::clear_cache ()
void
pg_ent::setent (bool _group, int _enums, PCWSTR _enum_tdoms)
{
cygheap->dom.init ();
endent (_group);
if (!_enums && !_enum_tdoms)
{