1
0
mirror of git://erdgeist.org/opentracker synced 2025-01-27 07:06:45 +00:00

Missed the last info_hash

This commit is contained in:
erdgeist 2009-07-15 00:37:23 +00:00
parent 553f62329a
commit 6819db7e98

View File

@ -68,7 +68,7 @@ static void accesslist_readfile( int sig ) {
memset( &accesslist_tmp, 0, sizeof(accesslist_tmp));
/* No use */
map_end = map + maplen - 41;
map_end = map + maplen - 40;
read_offs = map;
/* We do ignore anything that is not of the form "^[:xdigit:]{40}[^:xdigit:].*" */