krb5: "KEYRING:" should work

This commit is contained in:
Nicolas Williams
2022-01-24 15:38:47 -06:00
parent c4236f23bd
commit 5bb5033f10

View File

@@ -367,6 +367,9 @@ parse_residual(krb5_context context,
*pcollection_name = NULL;
*psubsidiary_name = NULL;
if (residual == NULL)
residual = "";
/* Parse out the anchor name. Use the legacy anchor if not present. */
sep = strchr(residual, ':');
if (sep == NULL) {