From 73358fd9104689e120ac0e1194455b95e72b1359 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Mon, 5 Mar 2001 17:21:43 +0000 Subject: Revert last change; we're not ready to start enforcing checksums on all operations yet. --- h/internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'h/internal.h') diff --git a/h/internal.h b/h/internal.h index 433a9b4..8544d3a 100644 --- a/h/internal.h +++ b/h/internal.h @@ -26,6 +26,7 @@ #define HM_SVC_FALLBACK htons((unsigned short) 2104) #define HM_SRV_SVC_FALLBACK htons((unsigned short) 2105) +#define ZAUTH_CKSUM_FAILED (-2) /* Used only by server. */ #define ZAUTH_UNSET (-3) /* Internal to client library. */ #define Z_MAXFRAGS 500 /* Max number of packet fragments */ #define Z_MAXNOTICESIZE 400000 /* Max size of incoming notice */ -- cgit v1.2.3