Commit 3dfdcadb authored by Federico Vaga's avatar Federico Vaga

wrtd:lib: ignore all sync msg timeout (compat)

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>


NOTE
This commit has been created by `git subtree` on the Mock Turtle repository
on tag mock-turtle-2.0

This commit will not compile
parent 341c2d30
......@@ -78,7 +78,7 @@ int wrtd_send_and_receive_sync(struct wrtd_desc *wrtd,
wrnc_hmq_close(hmq);
return err;
return err < 0 ? err : 0; /* ignore timeout */
}
/**
......
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