(svn r15919) -Fix (r15916): mingw doesn't know getnameinfo() (unless you compile for XP SP2+). Also fix a MSVC warning.
This commit is contained in:
@@ -101,7 +101,7 @@ struct ContentInfo {
|
||||
/** Base socket handler for all Content TCP sockets */
|
||||
class NetworkContentSocketHandler : public NetworkTCPSocketHandler {
|
||||
protected:
|
||||
struct NetworkAddress client_addr; ///< The address we're connected to.
|
||||
NetworkAddress client_addr; ///< The address we're connected to.
|
||||
virtual void Close();
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user