mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-13 00:04:19 +00:00
Minor clean-ups.
This commit is contained in:
parent
8ea44694dc
commit
7485498ee7
23 changed files with 100 additions and 186 deletions
|
|
@ -214,8 +214,7 @@ private:
|
|||
port = hostPort;
|
||||
}
|
||||
|
||||
struct addrinfo hints;
|
||||
zerostruct (hints);
|
||||
struct addrinfo hints = { 0 };
|
||||
hints.ai_family = AF_UNSPEC;
|
||||
hints.ai_socktype = SOCK_STREAM;
|
||||
hints.ai_flags = AI_NUMERICSERV;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue