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:
@ -94,6 +94,8 @@ void smbw_init(void)
|
||||
|
||||
in_client = True;
|
||||
|
||||
load_interfaces();
|
||||
|
||||
if (!lp_load(servicesf,True,False,False)) {
|
||||
exit(1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user