diff options
author | Rob Austein <sra@hactrn.net> | 2009-07-18 15:37:00 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-07-18 15:37:00 +0000 |
commit | 6d4bcb85eb60febf4c06d258de5b1906649e443c (patch) | |
tree | 111801b756367d239bf295a4e6de2d56287f0d79 /rpkid/rpkid.py | |
parent | caaed2272c9c42bb58dc4c65e1092b3122911129 (diff) |
Cleanup
svn path=/rpkid/rpki/rpki_engine.py; revision=2645
Diffstat (limited to 'rpkid/rpkid.py')
-rwxr-xr-x | rpkid/rpkid.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/rpkid.py b/rpkid/rpkid.py index 34ef5d80..98381600 100755 --- a/rpkid/rpkid.py +++ b/rpkid/rpkid.py @@ -76,7 +76,7 @@ def main(): gctx = rpki.rpki_engine.rpkid_context(cfg) - gctx.start_clock() + gctx.start_cron() rpki.https.server(host = gctx.https_server_host, port = gctx.https_server_port, |