diff options
Diffstat (limited to 'init_dir.go')
-rw-r--r-- | init_dir.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init_dir.go b/init_dir.go index 5ade692..738590f 100644 --- a/init_dir.go +++ b/init_dir.go @@ -108,6 +108,7 @@ func initDir(args *argContainer) { DeterministicNames: args.deterministic_names, XChaCha20Poly1305: args.xchacha, LongNameMax: args.longnamemax, + Masterkey: handleArgsMasterkey(args), }) if err != nil { tlog.Fatal.Println(err) |