mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-06 14:37:37 +03:00
parent
e0c11040e2
commit
1579ea10b2
40 changed files with 180 additions and 181 deletions
|
@ -219,7 +219,7 @@ func (store *Storage) Init(cfg *config.Map) error {
|
|||
cfg.StringList("dsn", false, false, store.dsn, &dsn)
|
||||
cfg.Custom("fsstore", false, false, func() (interface{}, error) {
|
||||
return "messages", nil
|
||||
}, func(m *config.Map, node *config.Node) (interface{}, error) {
|
||||
}, func(m *config.Map, node config.Node) (interface{}, error) {
|
||||
if len(node.Args) != 1 {
|
||||
return nil, m.MatchErr("expected 0 or 1 arguments")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue