Unverified Commit e93d4c25 by Donghwa Jeong Committed by Christian Brauner

coverity: #1425849

parent 6d9493df
...@@ -73,9 +73,6 @@ again: ...@@ -73,9 +73,6 @@ again:
return -1; return -1;
} }
if (ret < 0)
return -1;
TRACE("Received state %s from state client %d", TRACE("Received state %s from state client %d",
lxc_state2str(msg.value), state_client_fd); lxc_state2str(msg.value), state_client_fd);
......
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