Skip to content

Commit 93da2db

Browse files
committed
use integer for service address
1 parent 9e8d4a4 commit 93da2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lualib-src/lua-skynet.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ _cb(struct skynet_context * context, void * ud, int type, int session, uint32_t
4545
lua_pushlightuserdata(L, (void *)msg);
4646
lua_pushinteger(L,sz);
4747
lua_pushinteger(L, session);
48-
lua_pushnumber(L, source);
48+
lua_pushinteger(L, source);
4949

5050
r = lua_pcall(L, 5, 0 , trace);
5151

0 commit comments

Comments
 (0)