From 501bbd20a9ba6280d28b40ccc09a22f294a17c99 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Fri, 4 Jul 2003 17:15:34 +0000 Subject: [PATCH] Increase a buffer's size. --- imap/auth_sasl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imap/auth_sasl.c b/imap/auth_sasl.c index 4bfaab42..4a929c97 100644 --- a/imap/auth_sasl.c +++ b/imap/auth_sasl.c @@ -37,7 +37,7 @@ imap_auth_res_t imap_auth_sasl (IMAP_DATA* idata, const char* method) sasl_conn_t* saslconn; sasl_interact_t* interaction = NULL; int rc, irc; - char buf[LONG_STRING]; + char buf[HUGE_STRING]; const char* mech; #ifdef USE_SASL2 const char *pc = NULL; -- 2.50.1