]> git.saurik.com Git - apple/configd.git/blobdiff - SystemConfiguration.fproj/SCNetworkReachability.c
configd-137.2.tar.gz
[apple/configd.git] / SystemConfiguration.fproj / SCNetworkReachability.c
index a1c41ef7bdd09683c838e990d2a49db333344b9f..f28d6f3cd7db6999dcd4d98313ef60b6a0e3a622 100644 (file)
@@ -61,6 +61,8 @@
 #include <ppp/ppp_msg.h>
 
 
+
+
 #define kSCNetworkFlagsFirstResolvePending     (1<<31)
 
 
@@ -2057,6 +2059,7 @@ SCNetworkReachabilityGetFlags(SCNetworkReachabilityRef    target,
                return TRUE;
        }
 
+
        ok = __SCNetworkReachabilityGetFlags(&store, target, flags, NULL, FALSE);
        *flags &= ~kSCNetworkFlagsFirstResolvePending;
        if (store != NULL)      CFRelease(store);
@@ -2270,6 +2273,7 @@ rlsPerform(void *info)
 
        SCLog(_sc_debug, LOG_DEBUG, CFSTR("process reachability change"));
 
+
        pthread_mutex_lock(&targetPrivate->lock);
 
        /* update reachability, notify if status changed */