Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: kaduk@MIT.EDU Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 540 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. https://github.com/krb5/krb5/commit/e2d1a3aea7789b6acc5fa963da75ea666614764c Author: Ben Kaduk Commit: e2d1a3aea7789b6acc5fa963da75ea666614764c Branch: master src/lib/krb5/ccache/cc_mslsa.c | 24 +++++++++++++----------- 1 files changed, 13 insertions(+), 11 deletions(-)