Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion networkd/network_monitor_thread.ml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ let send_bond_change_alert dev interfaces message =
let ifaces = String.concat "+" (List.sort String.compare interfaces) in
let module XenAPI = Client.Client in
let session_id = XenAPI.Session.login_with_password
~rpc:xapi_rpc ~uname:"" ~pwd:"" ~version:"1.4" in
~rpc:xapi_rpc ~uname:"" ~pwd:"" ~version:"1.4" ~originator:("xcp-networkd v" ^ Version.version) in
Pervasiveext.finally
(fun _ ->
let obj_uuid = Inventory.lookup Inventory._installation_uuid in
Expand Down