diff options
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/netif/interface.c | 1 |
1 files changed, 0 insertions, 1 deletions
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<total_probed;i++) { if (probed_ifaces[i].netmask.s_addr != allones_ip.addr && |