gss: remove gss_get_instance()
This commit is contained in:

committed by
Jeffrey Altman

parent
301b7ce711
commit
69973757ce
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user