]> git.ipfire.org Git - thirdparty/krb5.git/commit
Don't use kdc_active_realm in kdc/rtest.c
authorTom Yu <tlyu@mit.edu>
Wed, 18 Jul 2012 18:54:29 +0000 (14:54 -0400)
committerTom Yu <tlyu@mit.edu>
Mon, 15 Oct 2012 23:41:14 +0000 (19:41 -0400)
commit1a3f548db030b764f46820c342fb2abb226dc43b
tree7f4cf1209cb911035c706011e47d77f2eb092424
parent688dce2916b04932ffb42c2ff265a00ce01d7189
Don't use kdc_active_realm in kdc/rtest.c

Too many parts of the KDC rely on the global variable
kdc_active_realm.  rtest.c doesn't actually need any of the
KDC-specific information that's avaiable through kdc_active_realm, so
delete references to it.
src/kdc/rtest.c