More debugging.

This commit is contained in:
Arthur Britto
2013-01-14 21:39:40 -08:00
parent af0e39f11c
commit ca432d5a9c

View File

@@ -21,6 +21,9 @@ RPCSub::RPCSub(const std::string& strUrl, const std::string& strUsername, const
}
mSeq = 1;
if (mPort < 0)
mPort = 80;
}
void RPCSub::sendThread()