handshake bail3 should be bail
Reported-by: Jack Mitchell <ml@communistcode.co.uk> Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
5449511d3e
commit
0480f6420c
1 changed files with 2 additions and 2 deletions
|
@ -225,9 +225,9 @@ libwebsocket_read(struct libwebsocket_context *context,
|
|||
wsi->u.ws.rx_user_buffer = malloc(n);
|
||||
if (!wsi->u.ws.rx_user_buffer) {
|
||||
lwsl_err("Out of Mem allocating rx buffer %d\n", n);
|
||||
goto bail3;
|
||||
goto bail;
|
||||
}
|
||||
lwsl_info("Allocating client RX buffer %d\n", n);
|
||||
lwsl_info("Allocating RX buffer %d\n", n);
|
||||
|
||||
lwsl_parser("accepted v%02d connection\n",
|
||||
wsi->ietf_spec_revision);
|
||||
|
|
Loading…
Add table
Reference in a new issue