mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-11 23:05:46 -05:00
please doxygen
git-svn-id: file:///svn/unbound/trunk@1969 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
1ec79bc23f
commit
48c0528720
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ open_svr(const char* svr, int udp)
|
|||
exit(1);
|
||||
}
|
||||
#ifndef PF_INET6
|
||||
/** define in case streamtcp is compiled on legacy systems */
|
||||
#define PF_INET6 10
|
||||
#endif
|
||||
fd = socket(addr_is_ip6(&addr, addrlen)?PF_INET6:PF_INET,
|
||||
|
|
|
|||
Loading…
Reference in a new issue