From ba16ed27191ae62d0ac993910cc0429b3eea9931 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 30 May 2008 17:28:12 +0000 Subject: Initial version of publication protocol and pubd seem to be working. Not yet seriously tested. BPKI CRLs not right yet. svn path=/rpkid/README; revision=1832 --- rpkid/pubd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpkid/pubd.py') diff --git a/rpkid/pubd.py b/rpkid/pubd.py index 30813f33..818370b3 100755 --- a/rpkid/pubd.py +++ b/rpkid/pubd.py @@ -75,7 +75,7 @@ class pubd_context(rpki.gctx.global_context): client = rpki.publication.client_elt.sql_fetch(self, long(client_id)) if client is None: raise rpki.exceptions.ClientNotFound, "Could not find client %s" % client_id - return 200, self.handler_common(query, client, (client.bpki_ta, client.irbe_cert)) + return 200, self.handler_common(query, client, (self.bpki_ta, client.bpki_cert, client.bpki_glue)) except Exception, data: rpki.log.error(traceback.format_exc()) return 500, "Could not process PDU: %s" % data -- cgit v1.2.3