* RealmsConfig-glue.c (krb_get_krbhst): Don't fall back to DNS if entries were
found in krb.conf, and just not enough to fill the request.
ticket: 1550
status: open
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15599
dc483132-0cff-0310-8789-
dd5450dbe970
+2003-06-09 Ken Raeburn <raeburn@mit.edu>
+
+ * RealmsConfig-glue.c (krb_get_krbhst): Don't fall back to DNS if
+ entries were found in krb.conf, and just not enough to fill the
+ request.
+
2003-06-06 Ken Raeburn <raeburn@mit.edu>
* RealmsConfig-glue.c: Include k5-int.h.
strcpy(host, scratch);
return KSUCCESS;
}
+ if (i > 0)
+ /* Found some, but not as many as requested. */
+ return KFAILURE;
} while (0);
#ifdef KRB5_DNS_LOOKUP
do {