From 8cf3fdbd139435d0696e7c16f967bbeb1ab4d701 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 31 Oct 2002 13:21:12 +0000 Subject: Improve processing of truncated messages. svn path=/trunk/; revision=3761 --- transact.c | 1 + 1 file changed, 1 insertion(+) (limited to 'transact.c') diff --git a/transact.c b/transact.c index dbf55f53..10731986 100644 --- a/transact.c +++ b/transact.c @@ -860,6 +860,7 @@ int readheaders(int sock, if (outlevel > O_SILENT) report(stdout, GT_("message delimiter found while scanning headers\n")); + return(PS_TRUNCATED); } /* -- cgit v1.2.3