diff options
author | Stef Walter <stef@memberwebs.com> | 2004-08-27 23:18:28 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-08-27 23:18:28 +0000 |
commit | 442201a3c6bedd9da976b342107cefdaf476ec79 (patch) | |
tree | c48c07c8d03951028d6eb7d5199448ed31707e37 /common/spio.c | |
parent | dd53442133709293c04621af9af0f6d9e9aab003 (diff) |
Don't allocate context on the stack.
Diffstat (limited to 'common/spio.c')
-rw-r--r-- | common/spio.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |