mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
kgssapi: Remove trivial deadcode
CID: 1385956
Reported by: Coverity
Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
341458a0b6
commit
a4f2dfa6fa
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue