Fix slashes while expanding path tokens
commitb9dc82e09e74918a91b4420e6f9034181aaf3050
authorAsanka Herath <asanka@secure-endpoints.com>
Wed, 26 May 2010 14:23:03 +0000 (26 10:23 -0400)
committerAsanka Herath <asanka@secure-endpoints.com>
Wed, 26 May 2010 14:38:43 +0000 (26 10:38 -0400)
treea6cc852f93d0f8a8909eb42333bac4212fe8e68f
parent6d132f1d7d94d2acd14a1ba9e8ea4d2b1da2e406
Fix slashes while expanding path tokens

On Windows, some (external) APIs get confused if we mix both back and
forward slashes.  When expanding path tokens we use back-slashes for
token expansions because they come from the OS.  For consistency, fix
the path so that the remaining path separators are also backslashes.
lib/krb5/expand_path_w32.c