]> git.ipfire.org Git - thirdparty/krb5.git/commit
Use k5_path_join() in krb5int_open_plugin_dirs() 1412/head
authorKen Hornstein <kenh@cmf.nrl.navy.mil>
Sun, 2 Mar 2025 04:02:58 +0000 (23:02 -0500)
committerGreg Hudson <ghudson@mit.edu>
Wed, 5 Mar 2025 19:04:52 +0000 (14:04 -0500)
commit80001c8b7b00773a9eb59050aff3b0056080aaf2
tree8ecee4f30698c7e290a78733eec247c0252849d2
parent1bea471f6ec445a80d966de4233b270c4c2801c4
Use k5_path_join() in krb5int_open_plugin_dirs()

Simplify and improve the portability of krb5int_open_plugin_dirs()
using k5_path_join().  (There is no immediate practical benefit as
this function is only used to find kdb5, authdata, and locate plugin
modules.)

[ghudson@mit.edu: further simplified code; edited commit message]
src/util/support/plugins.c