1
0
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:
Andrew Tridgell 2005-06-25 23:35:37 +00:00 committed by Gerald (Jerry) Carter
parent 54d698c488
commit 5ad0dc97d0

View File

@ -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 &&