Skip to content
Snippets Groups Projects
Commit 353f5c40 authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

fixed remove fact

parent 1c75a69a
No related branches found
No related tags found
1 merge request!23Release
......@@ -17,7 +17,7 @@ type removeFactComms interface {
// associated with this client.
func (m *Manager) RemoveFact(fact fact.Fact) error {
jww.INFO.Printf("ud.RemoveFact(%s)", fact.Stringify())
return m.removeFact(fact, nil)
return m.removeFact(fact, m.comms)
}
func (m *Manager) removeFact(fact fact.Fact, rFC removeFactComms) error {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment