Skip to content

Commit e4379db

Browse files
authored
Merge branch 'cloudwu:master' into master
2 parents ec06732 + a4065d9 commit e4379db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/root.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ end
3838
do
3939
-- root init response to itself
4040
local function init_receipt(type, session, msg, sz)
41+
local errobj = ltask.unpack_remove(msg, sz)
4142
if type == MESSAGE_ERROR then
42-
local errobj = ltask.unpack_remove(msg, sz)
4343
ltask.log.error("Root fatal:", table.concat(errobj, "\n"))
4444
writelog()
4545
root_quit()

0 commit comments

Comments
 (0)