MoreSCCreateProxiesEntity
MoreSCCreateProxiesEntity
- Subject: MoreSCCreateProxiesEntity
- From: James Masasaki <email@hidden>
- Date: Thu, 23 Oct 2003 23:53:14 -0700
I am getting a crash in MoreSCCreateProxiesEntity. Here is my code.
Does anyone have any idea why this is happening? Do I need to
pre-allocate 'entity'?
MoreSCProxiesDigest digest;
CFDictionaryRef entity = NULL;
OSStatus err;
BlockZero( &digest, sizeof( digest ) );
digest.httpEnable = true;
digest.httpProxy = "127.0.0.1";
digest.httpPort = 8080;
err = MoreSCCreateProxiesEntity( &digest, &entity );
// <---------- BOOM
James
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.