Commit a0297f10 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix typo.

parent f13c34a1
...@@ -832,7 +832,7 @@ resize_receive_buffer(int size) ...@@ -832,7 +832,7 @@ resize_receive_buffer(int size)
perror("realloc(receive_buffer)"); perror("realloc(receive_buffer)");
return; return;
} }
new = receive_buffer; receive_buffer = new;
receive_buffer_size = size; receive_buffer_size = size;
} }
} }
......
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