X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2Fauth_gss.c;h=fa5146739318ca2cfc83a309da9d09f0b55c201e;hb=308c7080ccca40d4865d8810f5528331d9ed61ff;hp=f80f50623456d50fb84afe41076cb0f587f2ab97;hpb=a8477ebaa09990b3688164cbe5cf661c4189541d;p=apps%2Fmadmutt.git diff --git a/imap/auth_gss.c b/imap/auth_gss.c index f80f506..fa51467 100644 --- a/imap/auth_gss.c +++ b/imap/auth_gss.c @@ -17,7 +17,7 @@ #include "imap_private.h" #include "auth.h" -#include "lib/intl.h" +#include #include "lib/debug.h" #include @@ -68,7 +68,7 @@ imap_auth_res_t imap_auth_gss (IMAP_DATA * idata, const char *method) return IMAP_AUTH_UNAVAIL; } #ifdef DEBUG - else if (debuglevel >= 2) { + else if (DebugLevel >= 2) { maj_stat = gss_display_name (&min_stat, target_name, &request_buf, &mech_name); debug_print (2, ("Using service name [%s]\n",