fprintf(stderr,"Warning: Can't open accesslist file: %s (but will try to create it later, if necessary and possible).\nPWD: %s\n",g_accesslist_filename,wd);
fprintf(stderr,"Warning: Can't open accesslist file: %s (but will try to create it later, if necessary and possible).\nPWD: %s\n",g_accesslist_filename,wd);
free(wd);
free(wd);
@ -68,26 +67,34 @@ static void accesslist_readfile( int sig ) {
/* Initialise an empty accesslist vector */
/* Initialise an empty accesslist vector */
memset(&accesslist_tmp,0,sizeof(accesslist_tmp));
memset(&accesslist_tmp,0,sizeof(accesslist_tmp));
/* No use */
map_end=map+maplen-41;
read_offs=map;
/* We do ignore anything that is not of the form "^[:xdigit:]{40}[^:xdigit:].*" */
/* We do ignore anything that is not of the form "^[:xdigit:]{40}[^:xdigit:].*" */