From a291ceda98035fbe3b8d666754e5b299675c60f9 Mon Sep 17 00:00:00 2001 From: denis <> Date: Wed, 24 Jan 2007 21:06:19 +0000 Subject: backout Revision 1.67 --- opentracker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opentracker.c') diff --git a/opentracker.c b/opentracker.c index 64beaa2..e8504bc 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 ); -- cgit v1.2.3