This commit is contained in:
Rodrigo Arias 2021-12-09 16:42:12 +01:00
parent 24a6ce2f2c
commit 6b9e083225

2
ovni.c
View File

@ -471,7 +471,7 @@ ovni_ev_add_jumbo(struct ovni_ev *ev, const uint8_t *buf, uint32_t bufsize)
flushed = 1; flushed = 1;
} }
/* Se the jumbo flag here, so we capture the previous evsize /* Set the jumbo flag here, so we capture the previous evsize
* properly, ignoring the jumbo buffer */ * properly, ignoring the jumbo buffer */
ev->header.flags |= OVNI_EV_JUMBO; ev->header.flags |= OVNI_EV_JUMBO;