[krbdev.mit.edu #7991] git commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Fri Feb 27 18:56:57 EST 2015


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 <ghudson at mit.edu>
Commit: 9c491320f72f1e07f87c1cf5b7671505f3526891
Branch: master
 src/kadmin/cli/ss_wrapper.c |   22 +++++++++++++++-------
 1 files changed, 15 insertions(+), 7 deletions(-)



More information about the krb5-bugs mailing list