[krbdev.mit.edu #7924] git commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Wed May 28 19:47:58 EDT 2014


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/b63496d7b44f090ea5d300dc09b4fc043138ae38
Author: Greg Hudson <ghudson at mit.edu>
Commit: b63496d7b44f090ea5d300dc09b4fc043138ae38
Branch: master
 src/kadmin/testing/util/tcl_kadm5.c |   42 ++++++++++++----------------------
 1 files changed, 15 insertions(+), 27 deletions(-)



More information about the krb5-bugs mailing list