the strategy of getting the information from the registry fails (which it
normally will, since this is used only for PC-DCE compatibility).
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11301
dc483132-0cff-0310-8789-
dd5450dbe970
char *prefix = krb5_cc_dfl_ops->prefix;
int len;
- if (get_from_registry(name_buf, name_size) == 0)
+ if (get_from_registry(name_buf, name_size) != 0)
return 0;
if (!strcmp(prefix, "FILE") || !strcmp(prefix, "STDIO")) {