Changeset 90955 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 27, 2021 1:27:43 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/NATNetworkImpl.cpp
r88747 r90955 189 189 m->s.fNeedDhcpServer); 190 190 191 /* Notify liste rners listening on this network only */191 /* Notify listeners listening on this network only */ 192 192 ::FireNATNetworkSettingEvent(m->pEventSource, 193 193 m->s.strNetworkName, … … 760 760 aGuestIp, aGuestPort); 761 761 762 /* Notify liste rners listening on this network only */762 /* Notify listeners listening on this network only */ 763 763 ::FireNATNetworkPortForwardEvent(m->pEventSource, m->s.strNetworkName, TRUE, 764 764 aIsIpv6, aPortForwardRuleName, aProto, … … 803 803 strHostIP, u16HostPort, strGuestIP, u16GuestPort); 804 804 805 /* Notify liste rners listening on this network only */805 /* Notify listeners listening on this network only */ 806 806 ::FireNATNetworkPortForwardEvent(m->pEventSource, m->s.strNetworkName, FALSE, aIsIpv6, aPortForwardRuleName, proto, 807 807 strHostIP, u16HostPort, strGuestIP, u16GuestPort);
Note:
See TracChangeset
for help on using the changeset viewer.