Remove useless expression from patty_client_ping()
This commit is contained in:
parent
54d6324dea
commit
9dd27b5924
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ int patty_client_ping(patty_client *client) {
|
|||
return pong;
|
||||
|
||||
done:
|
||||
if (errno == 0 || errno == EIO) {
|
||||
if (errno == EIO) {
|
||||
errno = 0;
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue