remote useless break statement
parent
e211604368
commit
1b80270f90
|
|
@ -239,7 +239,6 @@ int tcpsenddata(int sock, void* data, const int size, const int timeout)
|
||||||
if (pollfds.revents & POLLHUP)
|
if (pollfds.revents & POLLHUP)
|
||||||
{
|
{
|
||||||
return ENOTCONN;
|
return ENOTCONN;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue