RE: [reSIProcate] DUM: ClientAuthManager is not mandatory
I checked in this fix. Thanks.
-----Original Message-----
From: Dmitry Semyonov [mailto:dsemyonov@xxxxxxx]
Sent: Friday, September 03, 2004 10:33 AM
To: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
Subject: [reSIProcate] DUM: ClientAuthManager is not mandatory
Hello.
Please, apply the following patch to make the $subj come true.
Index: sip/resiprocate/dum/Dialog.cxx
===================================================================
--- sip/resiprocate/dum/Dialog.cxx (revision 3281)
+++ sip/resiprocate/dum/Dialog.cxx (working copy)
@@ -443,7 +443,8 @@
default:
break;
}
- if ( lastRequest && mDum.mClientAuthManager->handle( *lastRequest,
msg ) )
+ if ( lastRequest && mDum.mClientAuthManager.get() &&
+ mDum.mClientAuthManager->handle( *lastRequest, msg ) )
{
InfoLog( << "about to re-send request with digest credentials"
);
InfoLog( << *lastRequest );
...Bye..Dmitry.
_______________________________________________
resiprocate-devel mailing list
resiprocate-devel@xxxxxxxxxxxxxxxxxxx
https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel