]> git.saurik.com Git - apple/configd.git/blobdiff - SystemConfiguration.fproj/BridgeConfiguration.c
configd-453.16.tar.gz
[apple/configd.git] / SystemConfiguration.fproj / BridgeConfiguration.c
index 806856c8733c151b57885147dc00852a0a6b62c4..3124eb15106f23d70b4602b26db8f47170d16d08 100644 (file)
@@ -279,12 +279,14 @@ SCBridgeInterfaceCopyAvailableMemberInterfaces(SCPreferencesRef prefs)
        available = CFArrayCreateMutable(NULL, 0, &kCFTypeArrayCallBacks);
        excluded  = CFSetCreateMutable  (NULL, 0, &kCFTypeSetCallBacks);
 
+#if    !TARGET_OS_IPHONE
        // exclude Bond [member] interfaces
        interfaces = SCBondInterfaceCopyAll(prefs);
        if (interfaces != NULL) {
                __SCBondInterfaceListCollectMembers(interfaces, excluded);
                CFRelease(interfaces);
        }
+#endif // !TARGET_OS_IPHONE
 
        // exclude Bridge [member] interfaces
        interfaces = SCBridgeInterfaceCopyAll(prefs);