X-Git-Url: https://git.saurik.com/apple/configd.git/blobdiff_plain/c387a05da0fa0df1d260acaa042ff33357016d94..ba83da554b37c2706d3991e01798c6f0390ad20d:/SystemConfiguration.fproj/SCProxies.c?ds=inline diff --git a/SystemConfiguration.fproj/SCProxies.c b/SystemConfiguration.fproj/SCProxies.c index 9caf2cd..e15f541 100644 --- a/SystemConfiguration.fproj/SCProxies.c +++ b/SystemConfiguration.fproj/SCProxies.c @@ -35,6 +35,8 @@ #include + + 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);