This commit is contained in:
Joris Vink 2018-08-30 09:13:11 +02:00
parent 566fefd031
commit ba8d6301b3
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ int
kore_websocket_send_clean(struct netbuf *nb)
{
kore_free(nb->buf);
return 0;
return (0);
}
void