summaryrefslogtreecommitdiff
path: root/opentracker.c
diff options
context:
space:
mode:
authordenis <>2007-01-24 21:06:19 +0000
committerdenis <>2007-01-24 21:06:19 +0000
commita291ceda98035fbe3b8d666754e5b299675c60f9 (patch)
tree84d28159dd9a47f26095aa6f685054381c78c9a6 /opentracker.c
parente62887341649e16e72ce64f3bdea73a087287209 (diff)
backout Revision 1.67
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 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 );