mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
fix #1388
This commit is contained in:
@@ -1086,6 +1086,7 @@ lbinary(lua_State *L) {
|
||||
luaL_addchar(&b, 0);
|
||||
luaL_addchar(&b, BSON_BINARY);
|
||||
luaL_addchar(&b, 0); // sub type
|
||||
lua_pushvalue(L,1);
|
||||
luaL_addvalue(&b);
|
||||
luaL_pushresult(&b);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user