Rocco Rutte:
authorpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Sun, 27 Nov 2005 18:07:48 +0000 (18:07 +0000)
committerpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Sun, 27 Nov 2005 18:07:48 +0000 (18:07 +0000)
- build fix for IMAP w/ GSS (reported by Graham Bennett <graham-mutt@simulcra.org>)

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@635 e385b8ad-14ed-0310-8656-cc95a2468c6d

VERSION.svn
imap/auth_gss.c

index ff39c77..7d71bf4 100644 (file)
@@ -1 +1 @@
-622
+635
index f80f506..cd4b278 100644 (file)
@@ -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",