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. --- src/clio.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/clio.c') diff --git a/src/clio.c b/src/clio.c index f2d53cd..cfd4fa7 100644 --- a/src/clio.c +++ b/src/clio.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