cifs-utils: work around missing krb5_free_string in Heimdal
authoratheik <atteh.mailbox@gmail.com>
Fri, 4 Mar 2022 22:24:49 +0000 (00:24 +0200)
committerPavel Shilovsky <pshilovsky@samba.org>
Fri, 29 Apr 2022 22:07:49 +0000 (15:07 -0700)
commit5e5aa507f4c4954ed537a7dfc75cf69915727757
tree36d439b853f1d499c45e81bd8af0ff4948e1fc7f
parentdc6035345515acb39bf5f9bc2e5104ad0e10cc2c
cifs-utils: work around missing krb5_free_string in Heimdal

The krb5_free_string function is not present in Heimdal and instead
krb5_xfree should be used for freeing the string allocation done by
krb5_cc_get_full_name. Heimdal documentation does specify that
krb5_xfree should be used here and krb5_unparse_name is freed with
just free.

Signed-off-by: atheik <atteh.mailbox@gmail.com>
cifs.upcall.c
configure.ac