[reSIProcate] DUM: ClientAuthManager is not mandatory

Scott Godin slgodin at icescape.com
Mon Sep 13 16:39:19 CDT 2004


I checked in this fix.  Thanks.

-----Original Message-----
From: Dmitry Semyonov [mailto:dsemyonov at dins.ru] 
Sent: Friday, September 03, 2004 10:33 AM
To: resiprocate-devel at list.sipfoundry.org
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 at list.sipfoundry.org
https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel



More information about the resiprocate-devel mailing list