# # # patch "policy.cc" # from [55b709cb073727a7de346d24fae3a06246eef486] # to [5fedc35e968f7666c5174fff32e1fd7a827d4d28] # ============================================================ --- policy.cc 55b709cb073727a7de346d24fae3a06246eef486 +++ policy.cc 5fedc35e968f7666c5174fff32e1fd7a827d4d28 @@ -237,7 +237,7 @@ namespace struct not_in_managed_branch : public is_failure { database & db; - cert_value const & branch; + cert_value branch; set const & trusted_signers; bool is_trusted(set const & signers, hexenc const & rid, @@ -276,7 +276,7 @@ namespace struct suspended_in_managed_branch : public is_failure { database & db; - cert_value const & branch; + cert_value branch; set const & trusted_signers; bool is_trusted(set const & signers, hexenc const & rid,