Page MenuHomeFreeBSD

D53949.1784959215.diff
No OneTemporary

Size
635 B
Referenced Files
None
Subscribers
None

D53949.1784959215.diff

diff --git a/sys/kgssapi/gss_impl.c b/sys/kgssapi/gss_impl.c
--- a/sys/kgssapi/gss_impl.c
+++ b/sys/kgssapi/gss_impl.c
@@ -88,6 +88,7 @@
return (0);
}
+#if 0
static void
kgss_unload(void)
{
@@ -96,6 +97,7 @@
clnt_destroy(KGSS_VNET(kgss_gssd_handle));
KGSS_CURVNET_RESTORE();
}
+#endif
int
kgss_oid_equal(const gss_OID oid1, const gss_OID oid2)
@@ -297,8 +299,10 @@
error = kgss_load();
break;
case MOD_UNLOAD:
+#if 0
kgss_unload();
mtx_destroy(&kgss_gssd_lock);
+#endif
/*
* Unloading of the kgssapi module is not currently supported.
* If somebody wants this, we would need to keep track of

File Metadata

Mime Type
text/plain
Expires
Sat, Jul 25, 6:00 AM (7 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29253165
Default Alt Text
D53949.1784959215.diff (635 B)

Event Timeline