Skip to content
Snippets Groups Projects
Commit 17f5ff4b authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Fix a typo in src/lua/bsdsocket.cc

parent 27b67889
No related branches found
No related tags found
No related merge requests found
......@@ -537,7 +537,7 @@ lbox_bsdsocket_push_protocol(struct lua_State *L, int protonumber)
if (p) {
lua_pushstring(L, p->p_name);
} else {
lua_pushinteger(L, p->p_proto);
lua_pushinteger(L, protonumber);
}
return 1;
}
......
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