[krbdev.mit.edu #7924] git commit

Tom Yu via RT rt-comment at krbdev.mit.edu
Mon Aug 11 18:13:24 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.

(cherry picked from commit b63496d7b44f090ea5d300dc09b4fc043138ae38)

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



More information about the krb5-bugs mailing list