summaryrefslogtreecommitdiff
path: root/third_party/heimdal/kdc/negotiate_token_validator.c
diff options
context:
space:
mode:
authorJoseph Sutton <josephsutton@catalyst.net.nz>2022-03-01 14:17:54 +1300
committerJoseph Sutton <jsutton@samba.org>2022-03-01 22:34:34 +0000
commit51569b3152a952d07fddaa3a70d60c920618c704 (patch)
tree4e447f5d9eb04c7acadf3cff4547068fc79d2113 /third_party/heimdal/kdc/negotiate_token_validator.c
parentfccf9859786dfb50b317ea2296c2494997f0ae09 (diff)
downloadsamba-51569b3152a952d07fddaa3a70d60c920618c704.tar.gz
third_party/heimdal: import lorikeet-heimdal-202203010107 (commit 0e7a12404c388e831fe6933fcc3c86e7eb334825)
NOTE: THIS COMMIT WON'T COMPILE/WORK ON ITS OWN! BUG: https://bugzilla.samba.org/show_bug.cgi?id=14995 Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'third_party/heimdal/kdc/negotiate_token_validator.c')
-rw-r--r--third_party/heimdal/kdc/negotiate_token_validator.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/third_party/heimdal/kdc/negotiate_token_validator.c b/third_party/heimdal/kdc/negotiate_token_validator.c
index ad5db1e3ca4..20250c6dc89 100644
--- a/third_party/heimdal/kdc/negotiate_token_validator.c
+++ b/third_party/heimdal/kdc/negotiate_token_validator.c
@@ -304,8 +304,6 @@ negotiate_get_instance(const char *libname)
{
if (strcmp(libname, "krb5") == 0)
return krb5_get_instance(libname);
- else if (strcmp(libname, "gssapi") == 0)
- return gss_get_instance(libname);
return 0;
}