Changeset 5653 for source/ariba
- Timestamp:
 - Aug 4, 2009, 1:41:08 PM (16 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  source/ariba/SideportListener.cpp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
source/ariba/SideportListener.cpp
r5540 r5653 127 127 ret |= SideportListener::tcp; 128 128 129 if( tcpip.address().is_v4() )129 if( tcpip.address().is_v4() || tcpip.address().is_v4_mapped() ) 130 130 ret |= SideportListener::ipv4; 131 132 if( tcpip.address().is_v6() ) 131 else if( tcpip.address().is_v6() ) 133 132 ret |= SideportListener::ipv6; 134 133  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.