These RPC methods correctly acquire the kgss_gssd_handle later with call
to kgss_gssd_client().
Details
Details
- Reviewers
rmacklem
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 72423 Build 69306: arc lint + arc unit
Event Timeline
Comment Actions
Looks ok to me. If kgss_gssd_handle can never
be NULL, removing the checks for non-NULL
might simplify the code a bit?
| sys/kgssapi/gss_release_cred.c | ||
|---|---|---|
| 57 | As I asked in the other review. Does this check | |