From e10503d1a2053b0a4d5e86ffcf9b36e6cccc9497 Mon Sep 17 00:00:00 2001 From: Matthew Chapman Date: Mon, 18 Jan 1999 01:32:45 +0000 Subject: [PATCH 1/1] Added load_interfaces in smbpasswd to allow name resolution by broadcast and multiple interfaces. (Jeremy already committed this in SAMBA_2_0). (This used to be commit f530e289c6f69961c51511e0220fdd886fbd2c78) --- source3/utils/smbpasswd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source3/utils/smbpasswd.c b/source3/utils/smbpasswd.c index 722ff6f8b2f..157583925b4 100644 --- a/source3/utils/smbpasswd.c +++ b/source3/utils/smbpasswd.c @@ -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"); -- 2.34.1