diff options
-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:].*" */ |