kpasswdd: Fix warning

This commit is contained in:
Nicolas Williams
2022-01-03 16:07:17 -06:00
parent aea18c3006
commit cb751670dd

View File

@@ -406,6 +406,7 @@ change (krb5_auth_context auth_context,
krb5_warnx(context,
"%s didn't pass password quality check with error: %s",
client, str);
break;
default:
krb5_warnx(context, "kadm5_s_chpass_principal_cond: %s", str);
}