mirror of
https://erdgeist.org/gitweb/opentracker
synced 2024-05-10 07:54:50 +00:00
Missed the last info_hash
This commit is contained in:
@ -68,7 +68,7 @@ static void accesslist_readfile( int sig ) {
|
|||||||
memset( &accesslist_tmp, 0, sizeof(accesslist_tmp));
|
memset( &accesslist_tmp, 0, sizeof(accesslist_tmp));
|
||||||
|
|
||||||
/* No use */
|
/* No use */
|
||||||
map_end = map + maplen - 41;
|
map_end = map + maplen - 40;
|
||||||
read_offs = map;
|
read_offs = map;
|
||||||
|
|
||||||
/* We do ignore anything that is not of the form "^[:xdigit:]{40}[^:xdigit:].*" */
|
/* We do ignore anything that is not of the form "^[:xdigit:]{40}[^:xdigit:].*" */
|
||||||
|
Reference in New Issue
Block a user