< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate-users] Small resip/dum/test fixes (newbie)


I can now build the trunk version of dum/test & b2bua. Sorry to disturb you 
with one more small warning fix:

diff -u test/RegEventClient.cxx test_fix/RegEventClient.cxx
--- test/RegEventClient.cxx     2009-02-19 17:22:47.000000000 +0100
+++ test_fix/RegEventClient.cxx 2009-02-19 17:24:18.000000000 +0100
@@ -88,8 +88,10 @@

 RegEventClient::~RegEventClient()
 {
+#ifdef USE_SSL
    delete mSecurity;
    mSecurity = 0;
+#endif
 }

 void

> -----Original Message-----
> From: Adam Roach [mailto:adam@xxxxxxxxxxx]
> Sent: 18 February 2009 17:35
> To: Brody, Chris - Acision
> Cc: 'resiprocate-users@xxxxxxxxxxxxxxx'
> Subject: Re: [reSIProcate-users] Small resip/dum/test fixes (newbie)
> 
> Chris:
> 
> Thanks for the patch! I've applied your changes and done some very
> preliminary testing (at least under OS X -- I'm not going to be as
> rigorous as usual because these are just test drivers).
> 
> I had to apply most of the patch manually, presumably because you're
> working off something other than the head of the main tree. it would be
> much appreciated if future patches were based on the most recent SVN
> version.
> 
> I also tweaked the ResipFastOStream changes so that they only take
> effect when RESIP_USE_STL_STREAMS isn't defined, and copied the
> Security.hxx conditional includes into basicRegister.cxx and
> UserAgent.cxx.
> 
> Welcome to the project.
> 
> /a
> 
> Brody, Chris - Acision wrote:
> > As a newbie, I would like to suggest the following fixes to build the
> DUM test programs:
> >
> ...


This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.