]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Looks like "ifdef" should have been "ifndef". (Committing without review to
authorEvan Hunt <each@isc.org>
Sun, 19 Dec 2010 21:32:35 +0000 (21:32 +0000)
committerEvan Hunt <each@isc.org>
Sun, 19 Dec 2010 21:32:35 +0000 (21:32 +0000)
silence robie.)

lib/dns/gssapictx.c

index bf5115f125e26e4eb4d64fdad287e7f0fe16fe45..29b2af0a3d9dfb6fff8f01efe04afa88d848769c 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: gssapictx.c,v 1.20 2010/12/18 14:46:21 marka Exp $ */
+/* $Id: gssapictx.c,v 1.21 2010/12/19 21:32:35 each Exp $ */
 
 #include <config.h>
 
@@ -747,10 +747,9 @@ dst_gssapi_acceptctx(gss_cred_id_t cred,
                context = *ctxout;
 
        if (gssapi_keytab != NULL) {
-#ifdef ISC_PLATFORM_GSSAPI_KRB5_HEADER
+#ifndef ISC_PLATFORM_GSSAPI_KRB5_HEADER
                return (ISC_R_NOTIMPLEMENTED);
 #else
-
                gret = gsskrb5_register_acceptor_identity(gssapi_keytab);
                if (gret != GSS_S_COMPLETE) {
                        gss_log(3, "failed "