Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
db4c1bc4
Commit
db4c1bc4
authored
Dec 19, 2010
by
Evan Hunt
Browse files
Looks like "ifdef" should have been "ifndef". (Committing without review to
silence robie.)
parent
8b840548
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/gssapictx.c
View file @
db4c1bc4
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: gssapictx.c,v 1.2
0
2010/12/1
8 14:46:21 marka
Exp $ */
/* $Id: gssapictx.c,v 1.2
1
2010/12/1
9 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
#if
n
def 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 "
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment