Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compiler warning for argument of getaddrinfo
Fix this clang warning: src/viewer/svutil.cpp:277:51: warning: missing field 'ai_protocol' initializer [-Wmissing-field-initializers] Replace also PF_INET by AF_INET which is the recommended value. Signed-off-by: Stefan Weil <[email protected]>
- Loading branch information