Re: [reSIProcate-users] Small resip/dum/test fixes (newbie)
Brody, Chris - Acision wrote:
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
Thanks. Fixed & checked in.
And another: testSMIME.cxx, which does not appear in the Makefile, looks like
it is a predecessor to testSMIMEMessage.cxx...
You're right -- this file appears to have been abandoned sometime in
2005. I've pulled it out of the tree.
/a