Fix tests/can and tests/kdc
krb5_kdc_process_request() must return 0 when it produces a reply, and only return non-zero when it could not construct any kind of reply (e.g., ENOMEM, or -1 if no handler claimed responsibility for the request).
This commit is contained in:
@@ -25,4 +25,5 @@
|
||||
|
||||
[logging]
|
||||
kdc = 0-/FILE:@objdir@/messages.log
|
||||
kdc-replay = 0-/FILE:@objdir@/messages.log
|
||||
default = 0-/FILE:@objdir@/messages.log
|
||||
|
Reference in New Issue
Block a user