summaryrefslogtreecommitdiff
path: root/plugins/Ping/src/icmp.cpp
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2015-10-18 17:09:17 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2015-10-18 17:09:17 +0000
commit89cedbefd3197060e630a9751a7720f2a0d78bf5 (patch)
tree855d006c2d39a205ea74a1b89b21daeb3d1524f3 /plugins/Ping/src/icmp.cpp
parent6f9167b69872efc9c6d14daa8987d0ab51a5408e (diff)
Ping:
- Fixed minor compiler warnings git-svn-id: http://svn.miranda-ng.org/main/trunk@15569 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Ping/src/icmp.cpp')
-rw-r--r--plugins/Ping/src/icmp.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/Ping/src/icmp.cpp b/plugins/Ping/src/icmp.cpp
index f54c356998..93bf4febd4 100644
--- a/plugins/Ping/src/icmp.cpp
+++ b/plugins/Ping/src/icmp.cpp
@@ -5,9 +5,7 @@ ICMP *ICMP::instance = 0;
#define BUFFER_SIZE (16 * (sizeof(ICMP_ECHO_REPLY) + sizeof(data)))
-ICMP::ICMP() :
-timeout(2000),
-functions_loaded(false)
+ICMP::ICMP() : timeout(2000), functions_loaded(false), hIP(0)
{
WSAData wsaData;
if (WSAStartup(MAKEWORD(1, 1), &wsaData) != 0) {