Just one more typo

dynamic-accesslists
erdgeist 2007-10-21 04:20:42 +00:00
parent 886421d2d5
commit 2cbb480865
1 changed files with 1 additions and 0 deletions

View File

@ -432,6 +432,7 @@ SCRAPE_WORKAROUND:
case 7:
if( !byte_diff( data, 7, "announc" ) ) goto ANNOUNCE_WORKAROUND;
if( !byte_diff( data, 7, "anounce" ) ) goto ANNOUNCE_WORKAROUND;
if( !byte_diff( data, 7, "annouce" ) ) goto ANNOUNCE_WORKAROUND;
HTTPERROR_404;
case 8:
if( byte_diff( data, 8, "announce" ) ) HTTPERROR_404;