1
0
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:
Jeremy Allison 0001-01-01 00:00:00 +00:00
parent 27ca536ad9
commit 2f9f0a88e8

View File

@ -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