]> granicus.if.org Git - mutt/commitdiff
Increase a buffer's size.
authorThomas Roessler <roessler@does-not-exist.org>
Fri, 4 Jul 2003 17:15:34 +0000 (17:15 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Fri, 4 Jul 2003 17:15:34 +0000 (17:15 +0000)
imap/auth_sasl.c

index 4bfaab42a9d9ea91e5704ece5d2b4b3516fe2f9a..4a929c97d194001c6843d1eda9c81313405710d6 100644 (file)
@@ -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;