Commit 0fb2f0e5 authored by Andrey Vagin's avatar Andrey Vagin Committed by Andrei Vagin
parent 19e9df29
...@@ -526,7 +526,7 @@ static int libsoccr_set_sk_data_noq(struct libsoccr_sk *sk, ...@@ -526,7 +526,7 @@ static int libsoccr_set_sk_data_noq(struct libsoccr_sk *sk,
if (connect(sk->fd, &sk->dst_addr->sa, addr_size) == -1 && if (connect(sk->fd, &sk->dst_addr->sa, addr_size) == -1 &&
errno != EINPROGRESS) { errno != EINPROGRESS) {
loge("Can't connect inet socket back\n"); logerr("Can't connect inet socket back");
return -1; return -1;
} }
......
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