head	1.2;
access;
symbols
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2002.08.25.05.30.34;	author ache;	state dead;
branches;
next	1.1;

1.1
date	2002.05.18.13.39.32;	author ache;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Upgrade to 4.28.10
@
text
@--- 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;
@


1.1
log
@Add missing demon error code
@
text
@@

