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:
parent
118827376f
commit
d9e4b23674
@ -566,6 +566,9 @@ int main(int argc,char *argv[])
|
|||||||
|
|
||||||
charset_initialise();
|
charset_initialise();
|
||||||
|
|
||||||
|
if(!initialize_password_db())
|
||||||
|
exit(1);
|
||||||
|
|
||||||
#ifdef LMHOSTSFILE
|
#ifdef LMHOSTSFILE
|
||||||
pstrcpy( host_file, LMHOSTSFILE );
|
pstrcpy( host_file, LMHOSTSFILE );
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user