From 2ea96684bc1e649940818429c5edf3a03338fe10 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 25 Jun 2005 23:35:37 +0000 Subject: 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 used to be commit 5ad0dc97d01e28dbce8bc9d6793db01809ad09b0) --- source4/lib/netif/interface.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source4/lib/netif/interface.c b/source4/lib/netif/interface.c index 78f4456cd8..80041d5350 100644 --- a/source4/lib/netif/interface.c +++ b/source4/lib/netif/interface.c @@ -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