[krbdev.mit.edu #7924] git commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Tue May 31 21:48:49 EDT 2016


Make tcl_kadm5.c work with Tcl 8.6

Directly accessing the result field of Tcl_Interp has been deprecated
for a long time, requires a special define in Tcl 8.6, and will be
impossible in Tcl 9.  Use Tcl_SetResult instead.  The new error
messages are less helpful than the old ones, but this is just support
infrastructure for old tests, so it isn't important.

https://github.com/krb5/krb5/commit/7d2c871e55b5483ded057d3492551821c243c544
Author: Greg Hudson <ghudson at mit.edu>
Commit: 7d2c871e55b5483ded057d3492551821c243c544
Branch: krb5-1.9
 src/kadmin/testing/util/tcl_kadm5.c |   42 ++++++++++++----------------------
 1 files changed, 15 insertions(+), 27 deletions(-)



More information about the krb5-bugs mailing list