Software /
code /
prosody
Annotate
.luacov @ 11302:6bb2986783d0
net.unbound: Fix to initialize under prosodyctl
Lazy initialization only worked for async queries, but prosodyctl check
dns uses sync queries.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 21 Jan 2021 23:33:59 +0100 |
parent | 9469:cd2f742e5826 |
rev | line source |
---|---|
9469
cd2f742e5826
.luacov: Add config for luacov, exclude spec/
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
1 exclude = { |
cd2f742e5826
.luacov: Add config for luacov, exclude spec/
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
2 "^%./spec/"; |
cd2f742e5826
.luacov: Add config for luacov, exclude spec/
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
3 } |