diff options
author | Rob Austein <sra@hactrn.net> | 2012-10-12 22:51:07 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2012-10-12 22:51:07 +0000 |
commit | 72d61753b3ab0096aa66bfce357fbf8c15d4f999 (patch) | |
tree | cdca633cfd1722aa671281d7ee09d3977f0fea27 /rpkid/rpki/rpkid.py | |
parent | f91067126a35c2df1d5fff8d0061262e568114c1 (diff) |
Deobfuscate.
svn path=/branches/tk274/; revision=4774
Diffstat (limited to 'rpkid/rpki/rpkid.py')
-rw-r--r-- | rpkid/rpki/rpkid.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/rpki/rpkid.py b/rpkid/rpki/rpkid.py index f82d91df..d0cd66cd 100644 --- a/rpkid/rpki/rpkid.py +++ b/rpkid/rpki/rpkid.py @@ -983,7 +983,7 @@ class ca_detail_obj(rpki.sql.sql_persistent): if sia_uri_changed or child_resources.oversized(new_resources): child_cert.reissue( ca_detail = self, - resources = child_resources.intersection(new_resources), + resources = child_resources & new_resources, publisher = publisher) publisher.call_pubd(callback, errback) |