mirror of
https://github.com/opnsense/src.git
synced 2026-03-10 10:13:20 -04:00
hyperv/channel: Log a warning about duplicated primary channel offer
MFC after: 1 week Sponsored by: Microsoft OSTC
This commit is contained in:
parent
d4135e865c
commit
b9dfafffcd
1 changed files with 2 additions and 0 deletions
|
|
@ -242,6 +242,8 @@ vmbus_channel_process_offer(hv_vmbus_channel *new_channel)
|
|||
return;
|
||||
}
|
||||
|
||||
printf("VMBUS: duplicated primary channel%u\n",
|
||||
new_channel->offer_msg.child_rel_id);
|
||||
hv_vmbus_free_vmbus_channel(new_channel);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue