fcc_open: disable checks on Windows
commit235119c23f20bdfb29654f2e39ddf5fee407abf0
authorJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 11 Sep 2013 01:51:30 +0000 (10 21:51 -0400)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 11 Sep 2013 02:31:35 +0000 (10 22:31 -0400)
treec3f8dfd5d70b86e28fba6e7be200c4366c9119e0
parenta472904a64d1436af174ee2bf04b8d10ba3ec3ae
fcc_open: disable checks on Windows

st_dev and st_ino are not set in a consistent fashion by stat()
and fstat() so disable the symlink test.

disable the open group/other readable test because st_mode
cannot be used to perform such a test on Windows.

Change-Id: I1b68c672f882018def7e6d40d4bc7f7add58df36
lib/krb5/fcache.c