--- pdnsd/src/conff.c.orig 2008-09-06 17:30:40 +0600 +++ pdnsd/src/conff.c 2008-09-06 17:36:59 +0600 @@ -159,6 +159,7 @@ int read_config_file(const char *nm, glo *errstr=NULL; return 0; } +#if 0 if(global || servers) { /* Check restrictions on ownership and permissions of config file. */ int fd=fileno(in); @@ -203,6 +204,7 @@ int read_config_file(const char *nm, glo goto close_file; } } +#endif retval=confparse(in,NULL,global,servers,includedepth,errstr); close_file: