diff --git a/nomad/acl_endpoint.go b/nomad/acl_endpoint.go index b3f2acf29..e51c8356a 100644 --- a/nomad/acl_endpoint.go +++ b/nomad/acl_endpoint.go @@ -268,7 +268,7 @@ func (a *ACL) GetPolicy(args *structs.ACLPolicySpecificRequest, reply *structs.S rules, err := policy.Parse(out.Rules) if err != nil { - // FIXME what to do? should be impossible? + return err } else { reply.Policy.RulesJSON = rules }