1
0
mirror of git://erdgeist.org/opentracker synced 2025-01-27 07:06:45 +00:00

If we don't want v6, tell libowfat not to worry about it.

This commit is contained in:
erdgeist 2009-03-18 14:49:13 +00:00
parent bd6695bded
commit 5174c61a23

View File

@ -478,8 +478,6 @@ int main( int argc, char **argv ) {
memset( serverip, 0, sizeof(ot_ip6) );
#ifndef WANT_V6
serverip[10]=serverip[11]=0xff;
#endif
#ifdef WANT_BROKEN_OPENBSD_V6_API
noipv6=1;
#endif