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, 1 insertions, 1 deletions
diff --git a/g10/tdbio.c b/g10/tdbio.c
index 8be44a790..1fa087e46 100644
--- a/g10/tdbio.c
+++ b/g10/tdbio.c
@@ -447,7 +447,7 @@ tdbio_set_dbname( const char *new_dbname, int create )
: make_filename(opt.homedir,
"trustdb" EXTSEP_S "gpg", NULL );
- check_permissions(fname,0);
+ check_permissions(fname,0,0);
if( access( fname, R_OK ) ) {
if( errno != ENOENT ) {