mirror of
https://github.com/glest/glest-source.git
synced 2025-08-19 14:41:23 +02:00
- first round of cleanup from cppcheck report
This commit is contained in:
@@ -807,7 +807,7 @@ void Socket::getLocalIPAddressListForPlatform(std::vector<std::string> &ipList)
|
||||
PIP_ADAPTER_UNICAST_ADDRESS pUnicast = NULL;
|
||||
LPSOCKADDR addr = NULL;
|
||||
pCurrAddresses = pAddresses;
|
||||
char buff[100];
|
||||
//char buff[100];
|
||||
DWORD bufflen=100;
|
||||
while (pCurrAddresses) {
|
||||
if (pCurrAddresses->OperStatus != IfOperStatusUp) {
|
||||
|
Reference in New Issue
Block a user