This commit is contained in:
Veres Lajos 2014-11-08 22:26:53 +00:00
commit f285332c5b
15 changed files with 26 additions and 26 deletions

View file

@ -109,7 +109,7 @@ static int buffer_add(NET_SENDBUF_REC *rec, const void *data, int size)
/* Send data, if all of it couldn't be sent immediately, it will be resent
automatically after a while. Returns -1 if some unrecoverable error
occured. */
occurred. */
int net_sendbuffer_send(NET_SENDBUF_REC *rec, const void *data, int size)
{
int ret;