X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=libcitadel%2Flib%2Ftools.c;fp=libcitadel%2Flib%2Ftools.c;h=d738451a14234f045e5eaee4fa4870397807152d;hp=43a7882303921c94ceab0ff3ad5880bf8170fe1d;hb=f437cae3bd81cf1450901a1f9f9c4b2b046e8275;hpb=7d2a971fb8f57a7d631a74691e66fbba959fd277 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);