mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-05 14:07:38 +03:00
Remove statedir, libexecdir from global directives
Forgot to remove them.
This commit is contained in:
parent
e86540fc39
commit
290c6d0d50
1 changed files with 0 additions and 2 deletions
2
maddy.go
2
maddy.go
|
@ -33,8 +33,6 @@ func Start(cfg []config.Node) error {
|
|||
globals := config.NewMap(nil, &config.Node{Children: cfg})
|
||||
globals.String("hostname", false, false, "", nil)
|
||||
globals.String("autogenerated_msg_domain", false, false, "", nil)
|
||||
globals.String("statedir", false, false, "", nil)
|
||||
globals.String("libexecdir", false, false, "", nil)
|
||||
globals.Custom("tls", false, false, nil, endpoint.TLSDirective, nil)
|
||||
globals.Bool("auth_perdomain", false, false, nil)
|
||||
globals.StringList("auth_domains", false, false, nil, nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue