]> git.saurik.com Git - apple/configd.git/blobdiff - SystemConfiguration.fproj/SCProxies.c
configd-137.2.tar.gz
[apple/configd.git] / SystemConfiguration.fproj / SCProxies.c
index 9caf2cd29ab09630e925e82d2aa4414795cf6fad..e15f541ed41211bf78690494b6a4933fa2d19dde 100644 (file)
@@ -35,6 +35,8 @@
 #include <netdb.h>
 
 
+
+
 CFStringRef
 SCDynamicStoreKeyCreateProxies(CFAllocatorRef allocator)
 {
@@ -121,7 +123,6 @@ SCDynamicStoreCopyProxies(SCDynamicStoreRef store)
        Boolean                 tempSession     = FALSE;
 
 
-
        /* copy proxy information from dynamic store */
 
        if (store == NULL) {
@@ -257,6 +258,7 @@ SCDynamicStoreCopyProxies(SCDynamicStoreRef store)
                }
        }
 
+
        proxies = CFDictionaryCreateCopy(NULL, newProxies);
        CFRelease(newProxies);