summaryrefslogtreecommitdiff
path: root/opentracker.c
diff options
context:
space:
mode:
Diffstat (limited to 'opentracker.c')
-rw-r--r--opentracker.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/opentracker.c b/opentracker.c
index a2fe24e..87e8b6f 100644
--- a/opentracker.c
+++ b/opentracker.c
@@ -374,6 +374,7 @@ SCRAPE_WORKAROUND:
374LOG_TO_STDERR( "scrp: %d.%d.%d.%d - FULL SCRAPE\n", h->ip[0], h->ip[1], h->ip[2], h->ip[3] ); 374LOG_TO_STDERR( "scrp: %d.%d.%d.%d - FULL SCRAPE\n", h->ip[0], h->ip[1], h->ip[2], h->ip[3] );
375 375
376 if( !( reply_size = return_fullscrape_for_tracker( &reply ) ) ) HTTPERROR_500; 376 if( !( reply_size = return_fullscrape_for_tracker( &reply ) ) ) HTTPERROR_500;
377 if( (c = realloc( reply, reply_size ) ) ) reply = c;
377 ot_overall_tcp_successfulannounces++; 378 ot_overall_tcp_successfulannounces++;
378 return sendmallocdata( s, reply, reply_size ); 379 return sendmallocdata( s, reply, reply_size );
379 } 380 }