mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
Added load_interfaces in smbpasswd to allow name resolution by broadcast and
multiple interfaces. (Jeremy already committed this in SAMBA_2_0).
This commit is contained in:
@ -574,6 +574,8 @@ int main(int argc, char **argv)
|
||||
|
||||
codepage_initialise(lp_client_code_page());
|
||||
|
||||
load_interfaces();
|
||||
|
||||
if(!pwdb_initialise(False))
|
||||
{
|
||||
fprintf(stderr, "Can't setup password database vectors.\n");
|
||||
|
Reference in New Issue
Block a user