X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fauth_login.c;h=023c654d7f32c17961c19245702943878941392a;hp=f3eaae03142334941491b468585b3ae49cfb70f9;hb=6d4e89a8e0a0d6639c04b8ac0ca808b1dba23c3d;hpb=23e6291cb5d5b4cd2008403d8b628007fd75ff23 diff --git a/imap/auth_login.c b/imap/auth_login.c index f3eaae0..023c654 100644 --- a/imap/auth_login.c +++ b/imap/auth_login.c @@ -9,11 +9,7 @@ /* plain LOGIN support */ -#if HAVE_CONFIG_H -# include "config.h" -#endif - -#include +#include #include "mutt.h" #include "imap_private.h" @@ -22,7 +18,7 @@ /* imap_auth_login: Plain LOGIN support */ imap_auth_res_t imap_auth_login(IMAP_DATA *idata, const char *method __attribute__ ((unused))) { - char q_user[SHORT_STRING], q_pass[SHORT_STRING]; + char q_user[STRING], q_pass[STRING]; char buf[STRING]; int rc;