9625 krb5: logger.c was duplicated
Review Request #1089 — Created May 24, 2018 and updated
Information | |
---|---|
andy_js | |
illumos-gate | |
Reviewers | |
general | |
When src/lib/kadm5/logger.c was integrated it was copied to two locations:
usr/src/lib/krb5/kadm5/clnt/logger.c
usr/src/lib/krb5/kadm5/srv/logger.cThe two files have also been modified and are now out of sync.
Tested build only.
Status: Re-opened
Summary: |
|
||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description: |
|
||||||||||||||||||
Testing Done: |
|
||||||||||||||||||
Diff: |
Revision 1 (+20 -1180) |
-
-
usr/src/lib/krb5/kadm5/logger.c (Diff revision 1) The default case should be to return back with the UFO string ("???"), meaning unknown
errorno
supplied.I think aborting without any notification is a bit too strict, and this modification changes the original behaviour of the code.