From: pdmef Date: Sun, 27 Nov 2005 18:07:48 +0000 (+0000) Subject: Rocco Rutte: X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=baf1dd3593aaece5b5e213cd70558d827329b703 Rocco Rutte: - build fix for IMAP w/ GSS (reported by Graham Bennett ) git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@635 e385b8ad-14ed-0310-8656-cc95a2468c6d --- diff --git a/VERSION.svn b/VERSION.svn index ff39c77..7d71bf4 100644 --- a/VERSION.svn +++ b/VERSION.svn @@ -1 +1 @@ -622 +635 diff --git a/imap/auth_gss.c b/imap/auth_gss.c index f80f506..cd4b278 100644 --- a/imap/auth_gss.c +++ b/imap/auth_gss.c @@ -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",