]> git.ipfire.org Git - thirdparty/krb5.git/commit
Move realm conversion into helper in cc_mslsa.c
authorBen Kaduk <kaduk@mit.edu>
Thu, 14 Aug 2014 17:51:22 +0000 (13:51 -0400)
committerTom Yu <tlyu@mit.edu>
Wed, 13 May 2015 20:15:02 +0000 (16:15 -0400)
commitc6dfeb57c8002db2c41bdc66e8e50570e83cd7f1
tree707293ccd74a6cd529a0a74d6509d88ad6e7f51c
parentdb13963e400fddb35a1bddf52d6a69ad93945be3
Move realm conversion into helper in cc_mslsa.c

All the callers of UnicodeStringToMITPrinc() were already converting
a UnicodeString into a wchar* just to pass it in as the realm.

Simplify everyone's life by making the helper do the conversion.

(cherry picked from commit e2d1a3aea7789b6acc5fa963da75ea666614764c)

ticket: 7989
version_fixed: 1.13.3
src/lib/krb5/ccache/cc_mslsa.c