Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
Derek Collison
2023-04-06 08:38:30 -07:00
parent 1e80ea68b3
commit 7547093b24

View File

@@ -1132,8 +1132,8 @@ func (o *Options) processConfigFileLine(k string, v interface{}, errors *[]error
del := false
hdel := false
hdel_set := false
dir := ""
dirType := ""
dir := _EMPTY_
dirType := _EMPTY_
limit := int64(0)
ttl := time.Duration(0)
sync := time.Duration(0)