Skip to content
Snippets Groups Projects
Commit 97711081 authored by Georgy Kirichenko's avatar Georgy Kirichenko
Browse files

Fix net.box upsert encoding.

parent 85df4903
No related branches found
No related tags found
No related merge requests found
......@@ -368,7 +368,7 @@ netbox_encode_upsert(lua_State *L)
struct mpstream stream;
size_t svp = netbox_prepare_request(L, &stream, IPROTO_UPSERT);
luamp_encode_map(cfg, &stream, 6);
luamp_encode_map(cfg, &stream, 5);
/* encode space_id */
uint32_t space_id = lua_tointeger(L, 4);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment