Browse Source

Denis wanted scrapes and erdgeist didnt give it :)

dynamic-accesslists
denis 18 years ago
parent
commit
fd73f958c2
  1. 2
      opentracker.c

2
opentracker.c

@ -257,7 +257,7 @@ e400_param: @@ -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 );

Loading…
Cancel
Save