Index: /trunk/src/VBox/Main/darwin/NetIf-darwin.cpp
===================================================================
--- /trunk/src/VBox/Main/darwin/NetIf-darwin.cpp	(revision 22814)
+++ /trunk/src/VBox/Main/darwin/NetIf-darwin.cpp	(revision 22815)
@@ -272,5 +272,5 @@
     }
     free(pBuf);
-    return VERR_INTERNAL_ERROR;
+    return 0; /* Failed to find default interface, take the first one in the list. */
 }
 
