]> git.llucax.com Git - software/mutt-debian.git/blobdiff - imap/auth_gss.c
upstream/608706-fix-spelling-errors.patch: to fix some spelling errors (Closes: 608706)
[software/mutt-debian.git] / imap / auth_gss.c
index da7c22b6892514c12f6cc4aba82485124cd116f9..ab21fd3648258f2fe92263421348f9aecd78f1ce 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2000 Brendan Cully <brendan@kublai.com>
+ * Copyright (C) 1999-2001,2005,2009 Brendan Cully <brendan@kublai.com>
  * 
  *     This program is free software; you can redistribute it and/or modify
  *     it under the terms of the GNU General Public License as published by
@@ -85,7 +85,9 @@ imap_auth_res_t imap_auth_gss (IMAP_DATA* idata, const char* method)
   gss_buffer_t sec_token;
   gss_name_t target_name;
   gss_ctx_id_t context;
+#ifdef DEBUG
   gss_OID mech_name;
+#endif
   gss_qop_t quality;
   int cflags;
   OM_uint32 maj_stat, min_stat;