> 
> 2009/1/8 Pekka Pessi <ppe...@gmail.com>:
> > There is nothing wrong here, but it looks like parsing two
> > WWW-Authenticate headers just fails. *Blush*. I'll have a peek in
the
> > parer....
> 
> OK, parser was just configured to reject multiple WWW-Authenticate
> headers, probably copy&paste error from HTTP. I've pushed a patch to
> darcs...
> 

Thanks.  I applied that patch and now I'm seeing both headers, but my
app is misbehaving now :(

In my event callback function I'm trying to null-out the ca_next portion
of the nh_auth portion of the nua_handle_t that's passed in but my code
sense isn't finding the nh_auth param of the struct.  Am I allowed to
access that structure or is it private?

When I set a breakpoint in my code I can see that my nua_handle_t
pointer is populated, but I can't compile my code if I put:

nh->nh_auth->ca_next = NULL;

I get a "dereferencing point to incomplete type" error.  I have included
sofia-sip/nua_tag.h in my code.

Thanks again for all the work on Sofia,
Andy.

Confidentiality Notice: This e-mail message including attachments, if any, is 
intended only for the person or entity to which it is addressed and may contain 
confidential and/or privileged material. Any unauthorized review, use, 
disclosure or distribution is prohibited. If you are not the intended 
recipient, please contact the sender by reply e-mail and destroy all copies of 
the original message. If you are the intended recipient, but do not wish to 
receive communications through this medium, please so advise the sender 
immediately.

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to