From fd73f958c2025861b5f2a9cf0b59d7b534971a0c Mon Sep 17 00:00:00 2001
From: denis <>
Date: Wed, 24 Jan 2007 20:20:07 +0000
Subject: [PATCH] Denis wanted scrapes and erdgeist didnt give it :)

---
 opentracker.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 );