]> git.ipfire.org Git - thirdparty/opentracker.git/commitdiff
backout Revision 1.67
authordenis <>
Wed, 24 Jan 2007 21:06:19 +0000 (21:06 +0000)
committerdenis <>
Wed, 24 Jan 2007 21:06:19 +0000 (21:06 +0000)
opentracker.c

index 64beaa22e2f6af7767406b3f64c08014efb0baf3..e8504bc2c476895007d2c5654dd101417b6d4e6b 100644 (file)
@@ -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 );