Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147968570
D53949.1784959215.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
635 B
Referenced Files
None
Subscribers
None
D53949.1784959215.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D53949: kgssapi: Remove broken MOD_UNLOAD code
Attached
Detach File
Event Timeline
Log In to Comment