mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-21 00:47:41 +02:00
Automate (re)-publication. Closes #33.
This commit is contained in:
@@ -178,9 +178,9 @@ impl Publisher {
|
||||
impl Publisher {
|
||||
|
||||
fn create(event: PublisherInit) -> Self {
|
||||
let (id, _version, init) = event.unwrap();
|
||||
let (handle, _version, init) = event.unwrap();
|
||||
Publisher {
|
||||
handle: Handle::from(id),
|
||||
handle,
|
||||
version: 1,
|
||||
deactivated: false,
|
||||
token: init.token,
|
||||
|
||||
Reference in New Issue
Block a user