diff options
author | erdgeist <> | 2009-03-18 14:49:13 +0000 |
---|---|---|
committer | erdgeist <> | 2009-03-18 14:49:13 +0000 |
commit | 5174c61a23f5a7e86eca670a1f47bd7e6cd18a32 (patch) | |
tree | 9b3d0f3870ef221130af7989a3c23c960672c351 /opentracker.c | |
parent | bd6695bded3fde2b532191a513e2221b3f655767 (diff) |
If we don't want v6, tell libowfat not to worry about it.
Diffstat (limited to 'opentracker.c')
-rw-r--r-- | opentracker.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/opentracker.c b/opentracker.c index a82518d..6699164 100644 --- a/opentracker.c +++ b/opentracker.c | |||
@@ -478,8 +478,6 @@ int main( int argc, char **argv ) { | |||
478 | memset( serverip, 0, sizeof(ot_ip6) ); | 478 | memset( serverip, 0, sizeof(ot_ip6) ); |
479 | #ifndef WANT_V6 | 479 | #ifndef WANT_V6 |
480 | serverip[10]=serverip[11]=0xff; | 480 | serverip[10]=serverip[11]=0xff; |
481 | #endif | ||
482 | #ifdef WANT_BROKEN_OPENBSD_V6_API | ||
483 | noipv6=1; | 481 | noipv6=1; |
484 | #endif | 482 | #endif |
485 | 483 | ||