Skip to content

Commit

Permalink
Typo in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
olofhagsand committed Jan 15, 2024
1 parent 1048ab5 commit c1df8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/clixon_proto.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit c1df8a9

Please sign in to comment.