mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.startup: Use prosody. module namespace
Maybe we need some sort of lint for this?
This commit is contained in:
parent
c41d63004a
commit
812652818d
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ function startup.init_data_store()
|
|||
require "prosody.core.storagemanager";
|
||||
end
|
||||
|
||||
local running_state = require "util.fsm".new({
|
||||
local running_state = require "prosody.util.fsm".new({
|
||||
default_state = "uninitialized";
|
||||
transitions = {
|
||||
{ name = "begin_startup", from = "uninitialized", to = "starting" };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue