]> git.ipfire.org Git - thirdparty/krb5.git/commit
Make tcl_kadm5.c work with Tcl 8.6
authorGreg Hudson <ghudson@mit.edu>
Wed, 28 May 2014 22:06:59 +0000 (18:06 -0400)
committerTom Yu <tlyu@mit.edu>
Mon, 11 Aug 2014 21:08:02 +0000 (17:08 -0400)
commitd1702d5d6ce987bbf9444f3e7ed870bd39f3399d
treedafb6645752cd94bfb55f2a0851eda561766867f
parent78a7f2a02b82bf297817cd717f092ead40b575b2
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)

ticket: 7924
version_fixed: 1.12.2
status: resolved
src/kadmin/testing/util/tcl_kadm5.c