summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2022-10-10 15:16:57 +0000
committerLaurent Bercot <ska@appnovation.com>2022-10-10 15:16:57 +0000
commit709e6ba78eb0e69344649c918552f4b85349788e (patch)
tree56b97cff40f3ab73b88e3015fa242c576662baa1
parent4352576564a34de1d727be83ce8fcc9e5c7a87ff (diff)
downloads6-dns-709e6ba78eb0e69344649c918552f4b85349788e.tar.xz
Error message typo fix in skadnsd
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--src/skadns/skadnsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/skadns/skadnsd.c b/src/skadns/skadnsd.c
index 2a5c2fe..8ccb61c 100644
--- a/src/skadns/skadnsd.c
+++ b/src/skadns/skadnsd.c
@@ -53,7 +53,7 @@ static void fail (unsigned int i)
static void answer (char c)
{
if (!textmessage_put(textmessage_sender_1, &c, 1))
- strerr_diefu1sys(111, "unixmessage_put") ;
+ strerr_diefu1sys(111, "textmessage_put") ;
}
static int parse_protocol (struct iovec const *v, void *context)