mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
r7909: don't consider not finding a list of network interfaces from the kernel a fatal error,
the individual services that need at least one known interface check for it anyway this should fix provisioning on macosx
This commit is contained in:
parent
54d698c488
commit
5ad0dc97d0
@ -219,7 +219,6 @@ void load_interfaces(void)
|
||||
if (!ptr || !*ptr || !**ptr) {
|
||||
if (total_probed <= 0) {
|
||||
DEBUG(0,("ERROR: Could not determine network interfaces, you must use a interfaces config line\n"));
|
||||
exit(1);
|
||||
}
|
||||
for (i=0;i<total_probed;i++) {
|
||||
if (probed_ifaces[i].netmask.s_addr != allones_ip.addr &&
|
||||
|
Loading…
Reference in New Issue
Block a user