aboutsummaryrefslogtreecommitdiffstats
path: root/transact.c
diff options
context:
space:
mode:
Diffstat (limited to 'transact.c')
-rw-r--r--transact.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/transact.c b/transact.c
index 68c8d399..73c133f7 100644
--- a/transact.c
+++ b/transact.c
@@ -459,8 +459,8 @@ int readheaders(int sock,
if (!isspace(line[0]) && !strchr(line, ':'))
{
headers_ok = TRUE;
- free(line);
has_nuls = (linelen != strlen(line));
+ free(line);
goto process_headers;
}