From 5646ad643cb1b9e1a9fe743b410c5d46ae5f6b33 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 4 Dec 2001 10:11:28 +0000 Subject: Better handling of malformed messages. svn path=/trunk/; revision=3552 --- transact.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'transact.c') diff --git a/transact.c b/transact.c index 638ccd6e..4ad9e799 100644 --- a/transact.c +++ b/transact.c @@ -483,7 +483,7 @@ int readheaders(int sock, */ if (!isspace(line[0]) && !strchr(line, ':')) { - headers_ok = TRUE; + headers_ok = FALSE; has_nuls = (linelen != strlen(line)); free(line); goto process_headers; -- cgit v1.2.3