1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

Forgot to add the initialize_password_db() call to nmbd also.

Jeremy.
(This used to be commit 2f9f0a88e8)
This commit is contained in:
Jeremy Allison 1998-05-19 04:45:40 +00:00
parent 118827376f
commit d9e4b23674

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