summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--opentracker.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/opentracker.c b/opentracker.c
index d916aa7..aefdc46 100644
--- a/opentracker.c
+++ b/opentracker.c
@@ -432,6 +432,7 @@ SCRAPE_WORKAROUND:
432 case 7: 432 case 7:
433 if( !byte_diff( data, 7, "announc" ) ) goto ANNOUNCE_WORKAROUND; 433 if( !byte_diff( data, 7, "announc" ) ) goto ANNOUNCE_WORKAROUND;
434 if( !byte_diff( data, 7, "anounce" ) ) goto ANNOUNCE_WORKAROUND; 434 if( !byte_diff( data, 7, "anounce" ) ) goto ANNOUNCE_WORKAROUND;
435 if( !byte_diff( data, 7, "annouce" ) ) goto ANNOUNCE_WORKAROUND;
435 HTTPERROR_404; 436 HTTPERROR_404;
436 case 8: 437 case 8:
437 if( byte_diff( data, 8, "announce" ) ) HTTPERROR_404; 438 if( byte_diff( data, 8, "announce" ) ) HTTPERROR_404;