aboutsummaryrefslogtreecommitdiff
path: root/ks_mmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'ks_mmap.c')
-rw-r--r--ks_mmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ks_mmap.c b/ks_mmap.c
index 5eb2a13..e62aa46 100644
--- a/ks_mmap.c
+++ b/ks_mmap.c
@@ -85,7 +85,7 @@ const hal_ks_keydb_t *hal_ks_get_keydb(void)
fn = base;
else
strcat(strcat(strcpy(fn_, home), "/"), base);
-
+
if ((fd = open(fn, O_RDWR | O_CREAT | O_EXCL, 0600)) >= 0) {
uint8_t zeros[len];
memset(zeros, 0, sizeof(zeros));