diff options
Diffstat (limited to 'ot_http.c')
-rw-r--r-- | ot_http.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -205,6 +205,10 @@ static const ot_keywords keywords_format[] = | |||
205 | } | 205 | } |
206 | 206 | ||
207 | #ifdef WANT_FULLSCRAPE | 207 | #ifdef WANT_FULLSCRAPE |
208 | if( mode == TASK_FULLSCRAPE_TRACKERSTATE ) { | ||
209 | format = mode; mode = TASK_STATS_TPB; | ||
210 | } | ||
211 | |||
208 | if( mode == TASK_STATS_TPB ) { | 212 | if( mode == TASK_STATS_TPB ) { |
209 | struct http_data* cookie = io_getcookie( sock ); | 213 | struct http_data* cookie = io_getcookie( sock ); |
210 | tai6464 t; | 214 | tai6464 t; |