mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Forgot to add the initialize_password_db() call to nmbd also.
Jeremy.
This commit is contained in:
parent
27ca536ad9
commit
2f9f0a88e8
@ -566,6 +566,9 @@ int main(int argc,char *argv[])
|
||||
|
||||
charset_initialise();
|
||||
|
||||
if(!initialize_password_db())
|
||||
exit(1);
|
||||
|
||||
#ifdef LMHOSTSFILE
|
||||
pstrcpy( host_file, LMHOSTSFILE );
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user