diff --git a/opentracker.c b/opentracker.c index 17584ab..c29a613 100644 --- a/opentracker.c +++ b/opentracker.c @@ -257,7 +257,7 @@ e400_param: } /* Scanned whole query string, no hash means full scrape... you might want to limit that */ - if( !hash ) { + if( hash ) { char * reply; reply_size = return_fullscrape_for_tracker( &reply );