1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-29 13:49:30 +03:00

we need to do a load_interfaces() at startup to support broadcast

resolution of names.
This commit is contained in:
Andrew Tridgell
-
parent e28f55c0a3
commit c0931b6770

View File

@ -94,6 +94,8 @@ void smbw_init(void)
in_client = True;
load_interfaces();
if (!lp_load(servicesf,True,False,False)) {
exit(1);
}