]> git.ipfire.org Git - thirdparty/opentracker.git/commitdiff
Just one more typo
authorerdgeist <>
Sun, 21 Oct 2007 04:20:42 +0000 (04:20 +0000)
committererdgeist <>
Sun, 21 Oct 2007 04:20:42 +0000 (04:20 +0000)
opentracker.c

index d916aa78d6d734c3fadd556fc3fde687d9fda9ce..aefdc466c8ff9a18bd5e3f15a537336e5eacf14a 100644 (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;