]> 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)
committerBen Kaduk <kaduk@mit.edu>
Tue, 9 Sep 2014 21:04:39 +0000 (17:04 -0400)
commite2d1a3aea7789b6acc5fa963da75ea666614764c
tree931cb83b4a544267ee189faeb5620353f3f67919
parentbbf946566b32dcf2f9a718b28acd948eeb53ade4
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.

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