windows ccache and keytab file paths without a prefix
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 5 Sep 2006 18:47:29 +0000 (18:47 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 5 Sep 2006 18:47:29 +0000 (18:47 +0000)
commitb85776bd3398d250a226803c0bc56c411f445dae
tree405f36325220a809c8489c303ac0a12762561344
parentbf6906d3dd8288fa2b31892f561ddd8d6e03a5a9
windows ccache and keytab file paths without a prefix

ktbase.c, ccbase.c:  When a file path is specified without
         the prefix we must infer the use of the "FILE" prefix.
  However, we were setting the prefix including the colon
    separator when the separator should have been ignored.

ticket: new

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18561 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/ccache/ccbase.c
src/lib/krb5/keytab/ktbase.c