From f437cae3bd81cf1450901a1f9f9c4b2b046e8275 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Sat, 26 May 2012 15:54:38 +0200 Subject: [PATCH] remove unneded assignmnet. --- libcitadel/lib/tools.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libcitadel/lib/tools.c b/libcitadel/lib/tools.c index 43a788230..d738451a1 100644 --- a/libcitadel/lib/tools.c +++ b/libcitadel/lib/tools.c @@ -387,7 +387,6 @@ size_t CtdlEncodeBase64(char *dest, const char *source, size_t sourcelen, int li dest[dpos++] = '\r'; dest[dpos++] = '\n'; dest[dpos] = 0; - thisline = 0; } return(dpos); -- 2.30.2