- Connecting to invalid server (port) now generates an error.
- Removed usage 'ipAddrToA' from the code. Replaced with 'ipAddrToDottedIP'.
This commit is contained in:
@@ -410,7 +410,8 @@ class ClientContextImpl;
|
||||
{
|
||||
char ipAddrStr[48];
|
||||
std::cout << "ole" << std::endl;
|
||||
ipAddrToA(&responseFrom->ia, ipAddrStr, sizeof(ipAddrStr));
|
||||
ipAddrToDottedIP(&responseFrom->ia, ipAddrStr,
|
||||
sizeof(ipAddrStr));
|
||||
std::cout << "ole2" << std::endl;
|
||||
|
||||
ostringstream prologue;
|
||||
|
||||
Reference in New Issue
Block a user