diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2016-04-11 15:24:59 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2016-04-11 15:24:59 +0000 |
| commit | 876d357fa7bc8aeb8d050dd8fe227dd4fd8ed4df (patch) | |
| tree | f5194d1ce3fa45b67cf63080fc519fec83abc57a /sys/kgssapi/gss_impl.c | |
| parent | 7a888f325e494860d6158821dfbcef85a3310783 (diff) | |
| parent | b2d7040c1cc76c5bbbf54cd2351b4d137b8c22b6 (diff) | |
Notes
Diffstat (limited to 'sys/kgssapi/gss_impl.c')
| -rw-r--r-- | sys/kgssapi/gss_impl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kgssapi/gss_impl.c b/sys/kgssapi/gss_impl.c index 3a427a5e8126..38930d77b520 100644 --- a/sys/kgssapi/gss_impl.c +++ b/sys/kgssapi/gss_impl.c @@ -323,7 +323,7 @@ kgssapi_modevent(module_t mod, int type, void *data) /* FALLTHROUGH */ default: error = EOPNOTSUPP; - }; + } return (error); } static moduledata_t kgssapi_mod = { |
