From 8bba69f383a3ea1f9aea41e3f8cf1f657a0fd707 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 5 Dec 2015 21:23:25 +0000 Subject: [PATCH] Cope with NNTP_MSGID_MAXLEN abolishment (replaced with NNTP_MAXLEN_MSGID) --- innduct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/innduct.h b/innduct.h index 69af7d9..231524d 100644 --- a/innduct.h +++ b/innduct.h @@ -72,7 +72,7 @@ #define INNDCOMMCHILD_ESTATUS_FAIL 26 #define INNDCOMMCHILD_ESTATUS_NONESUCH 27 -#define MAX_LINE_FEEDFILE (NNTP_MSGID_MAXLEN + sizeof(TOKEN)*2 + 10) +#define MAX_LINE_FEEDFILE (NNTP_MAXLEN_MSGID + sizeof(TOKEN)*2 + 10) #define MAX_CLI_COMMAND 1000 #define VA va_list al; va_start(al,fmt) -- 2.30.2