<message>
Oct 31 15:04:37 localhost mDNSResponder[170]: -1:
DNSServiceResolve("TestShare", "_embrace._tcp.", "local.") failed:
Client id -1 invalid (-65549)
</message>
Embrace is a customized protocol I'm using. I've examined the
mDNSResponder 58 code and found:
<code>
mStatus_Invalid = 65549
demon.c, line 609
if (client == (mach_port_t)-1) { err = mStatus_Invalid; errormsg
= "Client id -1 invalid"; goto fail; }
</code>
What does it mean? What's happeneing with the Mach ports?
Rob
_______________________________________________
rendezvous mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/rendezvous
Do not post admin requests to the list. They will be ignored.