kgssapi: Remove trivial deadcode

CID:		1385956
Reported by:	Coverity
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Conrad Meyer 2018-02-14 00:12:03 +00:00
parent 341458a0b6
commit a4f2dfa6fa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=329251

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;