summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--opentracker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opentracker.c b/opentracker.c
index 64beaa2..e8504bc 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 );