From 6819db7e98d4736e94622d4f63665054f29dbb88 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Wed, 15 Jul 2009 00:37:23 +0000 Subject: Missed the last info_hash --- ot_accesslist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ot_accesslist.c b/ot_accesslist.c index 104a414..805ea23 100644 --- a/ot_accesslist.c +++ b/ot_accesslist.c @@ -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:].*" */ -- cgit v1.2.3