summaryrefslogtreecommitdiff
path: root/opentracker.c
diff options
context:
space:
mode:
authordenis <>2007-01-24 20:20:07 +0000
committerdenis <>2007-01-24 20:20:07 +0000
commitfd73f958c2025861b5f2a9cf0b59d7b534971a0c (patch)
tree580ceaa84dc786d5d0cf333d62edc39326abc1d8 /opentracker.c
parent4fc8dd75be7e511823d6ff529411896b1b5e1c7e (diff)
Denis wanted scrapes and erdgeist didnt give it :)
Diffstat (limited to 'opentracker.c')
-rw-r--r--opentracker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opentracker.c b/opentracker.c
index 17584ab..c29a613 100644
--- a/opentracker.c
+++ b/opentracker.c
@@ -257,7 +257,7 @@ e400_param:
257 } 257 }
258 258
259 /* Scanned whole query string, no hash means full scrape... you might want to limit that */ 259 /* Scanned whole query string, no hash means full scrape... you might want to limit that */
260 if( !hash ) { 260 if( hash ) {
261 char * reply; 261 char * reply;
262 262
263 reply_size = return_fullscrape_for_tracker( &reply ); 263 reply_size = return_fullscrape_for_tracker( &reply );