From c1df8a92baae1389169c1bfe9ed02e0589da4578 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Mon, 15 Jan 2024 08:28:32 +0100 Subject: [PATCH] Typo in previous commit --- lib/src/clixon_proto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/clixon_proto.c b/lib/src/clixon_proto.c index c59edbab..60fed521 100644 --- a/lib/src/clixon_proto.c +++ b/lib/src/clixon_proto.c @@ -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; }