Skip to content

Commit

Permalink
god only knows
Browse files Browse the repository at this point in the history
  • Loading branch information
randyqx committed Oct 17, 2017
2 parents d0d9eaa + 76d17bb commit 39c3465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpki/rpkidb/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ def destroy(self, rpkid, delete_parent = True):
trace_call_chain()
yield self.serve_revoke_forgotten(rpkid = rpkid)
yield [ca.destroy(rpkid = rpkid, parent = self)
for ca in self.cas().all()]
for ca in self.cas.all()]
if delete_parent:
self.delete()

Expand Down

0 comments on commit 39c3465

Please sign in to comment.