@@ -475,7 +475,7 @@ public:
}
int GetPortNumInt() const
{
- int result = 4;
+ int result = 0;
if (!strPortNum.IsNullOrEmpty()) {
result = atoi(strPortNum.GetData());