Just one more typo

This commit is contained in:
Dirk Engling 2007-10-21 04:23:39 +00:00
parent 7149cb5600
commit ec5395b57c
1 changed files with 3 additions and 2 deletions

View File

@ -532,8 +532,9 @@ ANNOUNCE_WORKAROUND:
ot_overall_tcp_successfulannounces++;
break;
case 9:
if( byte_diff( data, 9, "announce " ) ) HTTPERROR_404;
goto ANNOUNCE_WORKAROUND;
if( !byte_diff( data, 9, "announce " ) ) goto ANNOUNCE_WORKAROUND;
if( !byte_diff( data, 9, "announce/" ) ) goto ANNOUNCE_WORKAROUND;
HTTPERROR_404;
case 10:
if( byte_diff( data, 10, "scrape.php" ) ) HTTPERROR_404;
goto SCRAPE_WORKAROUND;