# | Line 9 | Line 9 | |
---|---|---|
9 | Host::Host(const string& host, const string& name, const string& address, const | |
10 | string& platform) | |
11 | { | |
12 | + | memset(&this->address, 0, sizeof(in_addr)); |
13 | + | |
14 | #ifdef _WIN32 | |
15 | if (count == 0) | |
16 | { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |