]> git.ipfire.org Git - thirdparty/opentracker.git/commitdiff
*seuftz*
authordenis <>
Fri, 19 Jan 2007 03:21:02 +0000 (03:21 +0000)
committerdenis <>
Fri, 19 Jan 2007 03:21:02 +0000 (03:21 +0000)
opentracker.c

index eaf0a20d90e5980ba48ce06f51d4bc1686fc2d9d..a6c57e7d24f5a835fc9f19b6aa4cecce58f3eec8 100644 (file)
@@ -290,7 +290,7 @@ e400_param:
 
     if( OT_FLAG( &peer ) & PEER_FLAG_STOPPED ) {
       remove_peer_from_torrent( hash, &peer );
-      memmove( static_scratch + SUCCESS_HTTP_HEADER_LENGTH, "d8:completei0e10:incompletei0e8:intervali1800e5:peers0:e", reply_size = 55 );
+      memmove( static_scratch + SUCCESS_HTTP_HEADER_LENGTH, "d8:completei0e10:incompletei0e8:intervali1800e5:peers0:e", reply_size = 56 );
     } else {
       torrent = add_peer_to_torrent( hash, &peer );
       if( !torrent ) {