Fix kadmin script mode command-not-found error In ss_wrapper.c, if ss_execute_command() returns an error, we should call ss_perror() with *args as the third argument and not request (which is NULL). Expand out the conditional into three commented branches for greater clarity, since the error-handling is no longer identical for the ss_execute_command() and ss_execute_line() cases. https://github.com/krb5/krb5/commit/9c491320f72f1e07f87c1cf5b7671505f3526891 Author: Greg Hudson Commit: 9c491320f72f1e07f87c1cf5b7671505f3526891 Branch: master src/kadmin/cli/ss_wrapper.c | 22 +++++++++++++++------- 1 files changed, 15 insertions(+), 7 deletions(-)