commands: s/_LIMITING_/_LIMIT_/g and s/_limiting_/_limit_/g

parent 103607f8
......@@ -1818,16 +1818,6 @@ static int lxc_cmd_rsp_send_enosys(int fd, int id)
return syserrno_set(-ENOSYS, "Invalid command id %d", id);
}
static int lxc_cmd_rsp_send_enosys(int fd, int id)
{
struct lxc_cmd_rsp rsp = {
.ret = -ENOSYS,
};
__lxc_cmd_rsp_send(fd, &rsp);
return syserrno_set(-ENOSYS, "Invalid command id %d", id);
}
static int lxc_cmd_process(int fd, struct lxc_cmd_req *req,
struct lxc_handler *handler,
struct lxc_epoll_descr *descr)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment