kgssapi: Remove trivial deadcode

CID:		1385956
Reported by:	Coverity
Sponsored by:	Dell EMC Isilon
This commit is contained in:
cem 2018-02-14 00:12:03 +00:00
parent 1f5650406c
commit 10cbe1cec3

View File

@ -287,8 +287,6 @@ kgssapi_modevent(module_t mod, int type, void *data)
switch (type) {
case MOD_LOAD:
if (error != 0)
return (error);
rpc_gss_entries.rpc_gss_refresh_auth = rpc_gss_refresh_auth;
rpc_gss_entries.rpc_gss_secfind = rpc_gss_secfind;
rpc_gss_entries.rpc_gss_secpurge = rpc_gss_secpurge;