mirror of
https://github.com/openkmip/pykmip
synced 2026-01-01 16:13:51 +00:00
This change fixes a bug in the KMIP server engine where a missing request credential would cause the session to prematurely terminate. Credential handling may require session termination for missing credentials, but that decision should be made by credential processing not request processing. Fixes #193