please doxygen

git-svn-id: file:///svn/unbound/trunk@1969 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2010-02-01 09:27:52 +00:00
parent 1ec79bc23f
commit 48c0528720

View file

@ -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,