Typo in previous commit
This commit is contained in:
parent
1048ab5c5d
commit
c1df8a92ba
1 changed files with 1 additions and 1 deletions
|
|
@ -588,7 +588,7 @@ clicon_msg_send1(int s,
|
|||
clixon_debug(CLIXON_DBG_MSG, "Send: %s", cbuf_get(cb));
|
||||
if (atomicio((ssize_t (*)(int, void *, size_t))write,
|
||||
s, cbuf_get(cb), cbuf_len(cb)) < 0){
|
||||
clixon_err(OE_CFG, errn o, "atomicio");
|
||||
clixon_err(OE_CFG, errno, "atomicio");
|
||||
clixon_log(NULL, LOG_WARNING, "%s: write: %s", __FUNCTION__, strerror(errno));
|
||||
goto done;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue