#include <netdb.h>
+
+
CFStringRef
SCDynamicStoreKeyCreateProxies(CFAllocatorRef allocator)
{
Boolean tempSession = FALSE;
-
/* copy proxy information from dynamic store */
if (store == NULL) {
}
}
+
proxies = CFDictionaryCreateCopy(NULL, newProxies);
CFRelease(newProxies);