Browse Source

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

dynamic-accesslists
erdgeist 16 years ago
parent
commit
5174c61a23
  1. 2
      opentracker.c

2
opentracker.c

@ -478,8 +478,6 @@ int main( int argc, char **argv ) { @@ -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

Loading…
Cancel
Save