From dd06e290075d5c8ec77799ee2439b666a9e06b5a Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sat, 18 May 2002 13:39:32 +0000 Subject: Add missing demon error code --- security/drweb-sendmail/files/patch-aj | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 security/drweb-sendmail/files/patch-aj (limited to 'security/drweb-sendmail/files/patch-aj') diff --git a/security/drweb-sendmail/files/patch-aj b/security/drweb-sendmail/files/patch-aj new file mode 100644 index 000000000000..12fcf5d67fc4 --- /dev/null +++ b/security/drweb-sendmail/files/patch-aj @@ -0,0 +1,10 @@ +--- src/dwc_lib.c.bak Thu May 16 17:02:43 2002 ++++ src/dwc_lib.c Sat May 18 17:14:28 2002 +@@ -63,6 +63,7 @@ + { DERR_TOO_COMPRESSED, "too high compression ratio" }, + { DERR_BAD_CALL, "invalid call" }, + { DERR_SPAM, "filter rule alert" }, ++ { DERR_EVAL_KEY, "evaluation version used" }, + END_OF_TABLE + }; + static const int DaemonMsgTableSize = (sizeof(DaemonMsgTable) / sizeof(DWC_msg_entry_t)) - 1; -- cgit v1.2.3