]> git.ipfire.org Git - thirdparty/krb5.git/commit
Minor fixes to expand_path.c
authorGreg Hudson <ghudson@mit.edu>
Wed, 25 Jul 2012 23:51:49 +0000 (19:51 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 25 Jul 2012 23:51:49 +0000 (19:51 -0400)
commit3bb490b49d23cbbb5f04426a7115bff29f786591
tree3d7bc242d296d4524e48c6ded9f669e2149d6976
parent688a2702d2045abf5f99acfb59f3f372391e5be4
Minor fixes to expand_path.c

Corrections to stuff noticed by kaduk:
* Eliminate a space before paren in a call to free().
* Use %lu for unsigned long in format strings.
* Simplify the tokens table definition.
src/lib/krb5/os/expand_path.c