From d98386637a34fe1640bf867a5534d503625e0acd Mon Sep 17 00:00:00 2001 From: "Steffen (Daode) Nurpmeso" Date: Tue, 4 Jul 2017 20:44:56 +0200 Subject: [PATCH] spam.c: (just) (satisfy) scan-build --- spam.c | 1 - 1 file changed, 1 deletion(-) diff --git a/spam.c b/spam.c index be61b85b..1c6da251 100644 --- a/spam.c +++ b/spam.c @@ -595,7 +595,6 @@ jeso: if (j == 0) break; size += j; - i -= j; /* For the current way of doing things a single read will suffice. * Note we'll be "penaltized" when awaiting EOF on the socket, at least * in blocking mode, so do avoid that and break off */ -- 2.11.4.GIT