diff options
Diffstat (limited to '')
-rw-r--r-- | g10/tdbio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/tdbio.c b/g10/tdbio.c index b245da049..0b182cfad 100644 --- a/g10/tdbio.c +++ b/g10/tdbio.c @@ -593,6 +593,7 @@ open_db() } if ( db_fd == -1 ) log_fatal( _("%s: can't open: %s\n"), db_name, strerror(errno) ); + register_secured_file (db_name); /* check whether we need to do a version migration */ do |