Changeset 6919 for source/ariba/utility/transport/tcpip/protlib
- Timestamp:
- Nov 13, 2009, 1:41:34 PM (16 years ago)
- File:
- 
      - 1 edited
 
 
Legend:
- Unmodified
- Added
- Removed
- 
      source/ariba/utility/transport/tcpip/protlib/address.hr5284 r6919 790 790 791 791 node *insert(netaddress &key, data_type &dat) { 792 node *a, *b , *c, *n, *m;793 int cmp , pos = 0;792 node *a, *b = NULL, *c, *n, *m; 793 int cmp = 0, pos = 0; 794 794 795 795 c = a = key.is_ipv4() ? v4head : v6head; 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
