mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
parent
4100eea2a8
commit
1597ad23a4
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ func (orm *inmem) NewHost(host *kolide.Host) (*kolide.Host, error) {
|
|||
}
|
||||
|
||||
host.ID = orm.nextID(host)
|
||||
orm.hosts[host.ID] = host
|
||||
|
||||
return host, nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue