From 80bf46c1397a1e6599697688abd6c7ed1c27961d Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 27 Aug 2004 23:18:28 +0000 Subject: Don't allocate context on the stack. --- common/spio.c | 1 - 1 file changed, 1 deletion(-) (limited to 'common/spio.c') diff --git a/common/spio.c b/common/spio.c index f2d53cd..cfd4fa7 100644 --- a/common/spio.c +++ b/common/spio.c @@ -175,7 +175,6 @@ int clio_select(clamsmtp_context_t* ctx, clio_t** io) int clio_read_line(clamsmtp_context_t* ctx, clio_t* io, int opts) { int l, x; - int bufused; char* t; unsigned char* p; -- cgit v1.2.3