diff options
| -rw-r--r-- | ot_accesslist.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/ot_accesslist.c b/ot_accesslist.c index e8ff74c..65eceb7 100644 --- a/ot_accesslist.c +++ b/ot_accesslist.c | |||
| @@ -83,9 +83,9 @@ static void accesslist_readfile( int sig ) { | |||
| 83 | /* Find start of next line */ | 83 | /* Find start of next line */ | 
| 84 | while( read_offs < map_end && *(read_offs++) != '\n' ); | 84 | while( read_offs < map_end && *(read_offs++) != '\n' ); | 
| 85 | } | 85 | } | 
| 86 | //#ifdef _DEBUG | 86 | #ifdef _DEBUG | 
| 87 | fprintf( stderr, "Added %d info_hashes to accesslist\n", info_hash - accesslist_new ); | 87 | fprintf( stderr, "Added %d info_hashes to accesslist\n", info_hash - accesslist_new ); | 
| 88 | //#endif | 88 | #endif | 
| 89 | 89 | ||
| 90 | mmap_unmap( map, maplen); | 90 | mmap_unmap( map, maplen); | 
| 91 | 91 | ||
