aboutsummaryrefslogtreecommitdiff
path: root/src/appl
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2024-04-03 14:20:53 -0400
committerGreg Hudson <ghudson@mit.edu>2024-04-23 16:44:10 -0400
commit0a3acc20564e82ba33741248cf25ca4d085d777f (patch)
tree4630a0cfcb46993e0b2b6a5a39492ee75b857c2a /src/appl
parent078721b1f4a8fb995e0d5346ecf36adffd0a4f99 (diff)
downloadkrb5-0a3acc20564e82ba33741248cf25ca4d085d777f.zip
krb5-0a3acc20564e82ba33741248cf25ca4d085d777f.tar.gz
krb5-0a3acc20564e82ba33741248cf25ca4d085d777f.tar.bz2
Don't flush libkrb5 context profiles
The profile library has two deconstructors, profile_release() and profile_abandon(). profile_release() flushes in-memory changes to backing files, while profile_abandon() does not. If a krb5_context profile contains in-memory changes, they were copied from a profile supplied to krb5_init_context_profile(), and the caller can decide whether to flush them. As profile_copy() is now a public function, remove the include of prof_int.h and the associated LOCALINCLUDES setting in Makefile.in. ticket: 9121 (new)
Diffstat (limited to 'src/appl')
0 files changed, 0 insertions, 0 deletions