VirtualBox

Changeset 90955 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Aug 27, 2021 1:27:43 PM (3 years ago)
Author:
vboxsync
Message:

NAT/Net: Fix typo in comment. dabbrev-expand is very good at cloning it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/NATNetworkImpl.cpp

    r88747 r90955  
    189189                                          m->s.fNeedDhcpServer);
    190190
    191     /* Notify listerners listening on this network only */
     191    /* Notify listeners listening on this network only */
    192192    ::FireNATNetworkSettingEvent(m->pEventSource,
    193193                                 m->s.strNetworkName,
     
    760760                                              aGuestIp, aGuestPort);
    761761
    762     /* Notify listerners listening on this network only */
     762    /* Notify listeners listening on this network only */
    763763    ::FireNATNetworkPortForwardEvent(m->pEventSource, m->s.strNetworkName, TRUE,
    764764                                     aIsIpv6, aPortForwardRuleName, aProto,
     
    803803                                              strHostIP, u16HostPort, strGuestIP, u16GuestPort);
    804804
    805     /* Notify listerners listening on this network only */
     805    /* Notify listeners listening on this network only */
    806806    ::FireNATNetworkPortForwardEvent(m->pEventSource, m->s.strNetworkName, FALSE, aIsIpv6, aPortForwardRuleName, proto,
    807807                                     strHostIP, u16HostPort, strGuestIP, u16GuestPort);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette