mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
Update random->rng module name
This commit is contained in:
parent
4dca8a34ac
commit
10ee7fd7db
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ var (
|
|||
)
|
||||
|
||||
func init() {
|
||||
modules.Register("base", nil, registerDatabases, nil, "database", "config", "random")
|
||||
modules.Register("base", nil, registerDatabases, nil, "database", "config", "rng")
|
||||
|
||||
module = modules.Register("core", nil, start, nil, "base", "subsystems", "status", "updates", "api", "notifications", "ui")
|
||||
subsystems.Register(
|
||||
|
|
Loading…
Add table
Reference in a new issue