aboutsummaryrefslogtreecommitdiffstats
path: root/g10/tdbio.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/tdbio.c')
-rw-r--r--g10/tdbio.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/g10/tdbio.c b/g10/tdbio.c
index 537e4c0d4..20b32afac 100644
--- a/g10/tdbio.c
+++ b/g10/tdbio.c
@@ -447,8 +447,6 @@ tdbio_set_dbname( const char *new_dbname, int create )
: make_filename(opt.homedir,
"trustdb" EXTSEP_S "gpg", NULL );
- check_permissions(fname,0,0);
-
if( access( fname, R_OK ) ) {
if( errno != ENOENT ) {
log_error( _("%s: can't access: %s\n"), fname, strerror(errno) );