diff options
author | erdgeist <> | 2009-07-15 00:37:23 +0000 |
---|---|---|
committer | erdgeist <> | 2009-07-15 00:37:23 +0000 |
commit | 6819db7e98d4736e94622d4f63665054f29dbb88 (patch) | |
tree | 13610c5c221db0d60a273ec7dcbdcc03237d8595 /ot_accesslist.c | |
parent | 553f62329afd51f88b61c8ebcc8177b3760966f9 (diff) |
Missed the last info_hash
Diffstat (limited to 'ot_accesslist.c')
-rw-r--r-- | ot_accesslist.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) { | |||
68 | memset( &accesslist_tmp, 0, sizeof(accesslist_tmp)); | 68 | memset( &accesslist_tmp, 0, sizeof(accesslist_tmp)); |
69 | 69 | ||
70 | /* No use */ | 70 | /* No use */ |
71 | map_end = map + maplen - 41; | 71 | map_end = map + maplen - 40; |
72 | read_offs = map; | 72 | read_offs = map; |
73 | 73 | ||
74 | /* We do ignore anything that is not of the form "^[:xdigit:]{40}[^:xdigit:].*" */ | 74 | /* We do ignore anything that is not of the form "^[:xdigit:]{40}[^:xdigit:].*" */ |