[sipxtapi] r1418 committed - Applied patch from Saab:...

5 views
Skip to first unread message

codesite...@google.com

unread,
Feb 7, 2011, 5:05:18 PM2/7/11
to sipxtapi...@googlegroups.com
Revision: 1418
Author: jaroslavl1
Date: Mon Feb 7 14:05:07 2011
Log: Applied patch from Saab:
- changed default mScheme to UnknownUrlScheme to avoid a great number of
parse errors in the log file in case of empty URL's.
http://code.google.com/p/sipxtapi/source/detail?r=1418

Modified:
/trunk/sipXtackLib/src/net/Url.cpp

=======================================
--- /trunk/sipXtackLib/src/net/Url.cpp Sat Jan 23 14:24:11 2010
+++ /trunk/sipXtackLib/src/net/Url.cpp Mon Feb 7 14:05:07 2011
@@ -255,7 +255,7 @@

void Url::reset()
{
- mScheme = SipUrlScheme;
+ mScheme = UnknownUrlScheme;
mDisplayName.remove(0);
mUserId.remove(0);
mPassword.remove(0);

Reply all
Reply to author
Forward
0 new messages